Color Hex Logo

#efebc9 Color Hex

#EFEBC9
(239,235,201)
0 Favorites   0 Comments

Color spaces of #efebc9

RGB 239235201
HSL0.150.540.86
HSV54°16°94°
CMYK 0.000.020.16   0.06
XYZ75.847581.984467.0853
Yxy81.98440.33720.3645
Hunter Lab90.5452-8.929119.4535
CIE-Lab92.5680-4.193717.0020

#efebc9 color RGB value is (239,235,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11001001
Octal 357 353 311
Decimal 239 235 201
Hex EF EB C9

RGB Percentages of Color #efebc9

%35.41
%34.81
%29.78

CMYK Percentages of Color #efebc9

%0
%2
%16
%6

Triadic Colors of #efebc9

#efebc9 #c9efeb #ebc9ef

Analogous Colors of #efebc9

#efebc9 #e0efc9 #efd8c9

Monochromatic Colors of #efebc9

#efebc9

Complementary Color

#efebc9 #c9cdef

#efebc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebc9 Color CSS Codes

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

#efebc9 Text Font Color

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

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


#efebc9 Background Color

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

This div background color is #efebc9


#efebc9 Border Color

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

This div border color is #efebc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebc9


Comments

No comments written yet.

Please login to write comment.