Color Hex Logo

#efebc6 Color Hex

#EFEBC6
(239,235,198)
0 Favorites   0 Comments

Color spaces of #efebc6

RGB 239235198
HSL0.150.560.86
HSV54°17°94°
CMYK 0.000.020.17   0.06
XYZ75.498081.844665.2445
Yxy81.84460.33920.3677
Hunter Lab90.4680-9.355920.5683
CIE-Lab92.5062-4.640918.4666

#efebc6 color RGB value is (239,235,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11000110
Octal 357 353 306
Decimal 239 235 198
Hex EF EB C6

RGB Percentages of Color #efebc6

%35.57
%34.97
%29.46

CMYK Percentages of Color #efebc6

%0
%2
%17
%6

Triadic Colors of #efebc6

#efebc6 #c6efeb #ebc6ef

Analogous Colors of #efebc6

#efebc6 #dfefc6 #efd7c6

Monochromatic Colors of #efebc6

#efebc6

Complementary Color

#efebc6 #c6caef

#efebc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebc6 Color CSS Codes

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

#efebc6 Text Font Color

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

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


#efebc6 Background Color

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

This div background color is #efebc6


#efebc6 Border Color

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

This div border color is #efebc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebc6


Comments

No comments written yet.

Please login to write comment.