Color Hex Logo

#efebd2 Color Hex

#EFEBD2
(239,235,210)
0 Favorites   0 Comments

Color spaces of #efebd2

RGB 239235210
HSL0.140.480.88
HSV52°12°94°
CMYK 0.000.020.12   0.06
XYZ76.937882.420572.8265
Yxy82.42050.33140.3550
Hunter Lab90.7857-7.602415.9888
CIE-Lab92.7601-2.810312.6108

#efebd2 color RGB value is (239,235,210).

#efebd2 hex color red value is 239, green value is 235 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #efebd2 hue: 0.14 , saturation: 0.48 and the lightness value of efebd2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 11010010
Octal 357 353 322
Decimal 239 235 210
Hex EF EB D2

RGB Percentages of Color #efebd2

%34.94
%34.36
%30.70

CMYK Percentages of Color #efebd2

%0
%2
%12
%6

Triadic Colors of #efebd2

#efebd2 #d2efeb #ebd2ef

Analogous Colors of #efebd2

#efebd2 #e5efd2 #efddd2

Monochromatic Colors of #efebd2

#efebd2

Complementary Color

#efebd2 #d2d6ef

#efebd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efebd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efebd2 Color CSS Codes

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

#efebd2 Text Font Color

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

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


#efebd2 Background Color

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

This div background color is #efebd2


#efebd2 Border Color

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

This div border color is #efebd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efebd2


Comments

No comments written yet.

Please login to write comment.