Color Hex Logo

#efedbb Color Hex

#EFEDBB
(239,237,187)
0 Favorites   0 Comments

Color spaces of #efedbb

RGB 239237187
HSL0.160.620.84
HSV58°22°94°
CMYK 0.000.010.22   0.06
XYZ74.850482.507058.9941
Yxy82.50700.34600.3814
Hunter Lab90.8334-11.867125.0759
CIE-Lab92.7982-7.227124.5360

#efedbb color RGB value is (239,237,187).

#efedbb hex color red value is 239, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #efedbb hue: 0.16 , saturation: 0.62 and the lightness value of efedbb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 10111011
Octal 357 355 273
Decimal 239 237 187
Hex EF ED BB

RGB Percentages of Color #efedbb

%36.05
%35.75
%28.21

CMYK Percentages of Color #efedbb

%0
%1
%22
%6

Triadic Colors of #efedbb

#efedbb #bbefed #edbbef

Analogous Colors of #efedbb

#efedbb #d7efbb #efd3bb

Monochromatic Colors of #efedbb

#efedbb

Complementary Color

#efedbb #bbbdef

#efedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efedbb Color CSS Codes

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

#efedbb Text Font Color

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

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


#efedbb Background Color

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

This div background color is #efedbb


#efedbb Border Color

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

This div border color is #efedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efedbb


Comments

No comments written yet.

Please login to write comment.