Color Hex Logo

#efecc8 Color Hex

#EFECC8
(239,236,200)
0 Favorites   0 Comments

Color spaces of #efecc8

RGB 239236200
HSL0.150.550.86
HSV55°16°94°
CMYK 0.000.010.16   0.06
XYZ76.017482.511866.5634
Yxy82.51180.33770.3666
Hunter Lab90.8360-9.582820.1383
CIE-Lab92.8003-4.848917.8450

#efecc8 color RGB value is (239,236,200).

#efecc8 hex color red value is 239, green value is 236 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #efecc8 hue: 0.15 , saturation: 0.55 and the lightness value of efecc8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 11001000
Octal 357 354 310
Decimal 239 236 200
Hex EF EC C8

RGB Percentages of Color #efecc8

%35.41
%34.96
%29.63

CMYK Percentages of Color #efecc8

%0
%1
%16
%6

Triadic Colors of #efecc8

#efecc8 #c8efec #ecc8ef

Analogous Colors of #efecc8

#efecc8 #dfefc8 #efd9c8

Monochromatic Colors of #efecc8

#efecc8

Complementary Color

#efecc8 #c8cbef

#efecc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efecc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efecc8 Color CSS Codes

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

#efecc8 Text Font Color

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

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


#efecc8 Background Color

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

This div background color is #efecc8


#efecc8 Border Color

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

This div border color is #efecc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efecc8


Comments

No comments written yet.

Please login to write comment.