Color spaces of #ef6acc
RGB | 239 | 106 | 204 |
---|---|---|---|
HSL | 0.88 | 0.81 | 0.68 |
HSV | 316° | 56° | 94° |
CMYK | 0.00 | 0.56 | 0.15 0.06 |
XYZ | 51.6497 | 33.0184 | 60.7777 |
Yxy | 33.0184 | 0.3551 | 0.2270 |
Hunter Lab | 57.4616 | 59.8878 | -22.4884 |
CIE-Lab | 64.1758 | 62.4331 | -26.4397 |
#ef6acc color RGB value is (239,106,204).
#ef6acc hex color red value is 239, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ef6acc hue: 0.88 , saturation: 0.81 and the lightness value of ef6acc is 0.68.
The process color (four color CMYK) of #ef6acc color hex is 0.00, 0.56, 0.15, 0.06. Web safe color of #ef6acc is #ff66cc. Color #ef6acc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 01101010 | 11001100 |
Octal | 357 | 152 | 314 |
Decimal | 239 | 106 | 204 |
Hex | EF | 6A | CC |
Shades of #ef6acc
Tints of #ef6acc
RGB Percentages of Color #ef6acc
CMYK Percentages of Color #ef6acc
Complementary Color
#ef6acc | #6aef8d |
#ef6acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ef6acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ef6acc Color CSS Codes
.mybgcolor {background-color:#ef6acc; } .myforecolor {color:#ef6acc; } .mybordercolor {border:3px solid #ef6acc; }
#ef6acc Text Font Color
<p style="color:#ef6acc">Text here</p>
This sample text font color is #ef6acc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ef6acc Background Color
<div style="background-color:#ef6acc">
Div content here</div>
This div background color is #ef6acc
#ef6acc Border Color
<div style="border:3px solid #ef6acc">
Div here</div>
This div border color is #ef6acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,106,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef6acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef6acc; -webkit-box-shadow: 1px 1px 3px 2px #ef6acc; box-shadow: 1px 1px 3px 2px #ef6acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,106,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ef6acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef6acc; -webkit-box-shadow: 1px 1px 3px 2px #ef6acc; box-shadow: 1px 1px 3px 2px #ef6acc;">
Div content here</div>
This div box has shadow with color #ef6acc
Comments
No comments written yet.
Please login to write comment.