Color Hex Logo

#efecc2 Color Hex

#EFECC2
(239,236,194)
0 Favorites   0 Comments

Color spaces of #efecc2

RGB 239236194
HSL0.160.580.85
HSV56°19°94°
CMYK 0.000.010.19   0.06
XYZ75.329782.236762.9419
Yxy82.23670.34160.3729
Hunter Lab90.6845-10.421522.3274
CIE-Lab92.6792-5.731020.7723

#efecc2 color RGB value is (239,236,194).

#efecc2 hex color red value is 239, green value is 236 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #efecc2 hue: 0.16 , saturation: 0.58 and the lightness value of efecc2 is 0.85.

The process color (four color CMYK) of #efecc2 color hex is 0.00, 0.01, 0.19, 0.06. Web safe color of #efecc2 is #ffffcc. Color #efecc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11000010
Octal 357 354 302
Decimal 239 236 194
Hex EF EC C2

RGB Percentages of Color #efecc2

%35.72
%35.28
%29.00

CMYK Percentages of Color #efecc2

%0
%1
%19
%6

Triadic Colors of #efecc2

#efecc2 #c2efec #ecc2ef

Analogous Colors of #efecc2

#efecc2 #dcefc2 #efd6c2

Monochromatic Colors of #efecc2

#efecc2

Complementary Color

#efecc2 #c2c5ef

#efecc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecc2 Color CSS Codes

.mybgcolor {background-color:#efecc2; } 
.myforecolor {color:#efecc2; }
.mybordercolor {border:3px solid #efecc2; }

#efecc2 Text Font Color

<p style="color:#efecc2">Text here</p>

This sample text font color is #efecc2
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.


#efecc2 Background Color

<div style="background-color:#efecc2">
Div content here</div>

This div background color is #efecc2


#efecc2 Border Color

<div style="border:3px solid #efecc2">
Div here</div>

This div border color is #efecc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,236,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efecc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efecc2;
  -webkit-box-shadow: 1px 1px 3px 2px #efecc2;
  box-shadow:         1px 1px 3px 2px #efecc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,236,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efecc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #efecc2;
  -webkit-box-shadow: 1px 1px 3px 2px #efecc2;
  box-shadow:         1px 1px 3px 2px #efecc2;">
Div content here</div>

This div box has shadow with color #efecc2


Comments

No comments written yet.

Please login to write comment.