Color Hex Logo

#edfacb Color Hex

#EDFACB
(237,250,203)
0 Favorites   0 Comments

Color spaces of #edfacb

RGB 237250203
HSL0.210.820.89
HSV77°19°98°
CMYK 0.050.000.19   0.02
XYZ79.890290.687569.7937
Yxy90.68750.33240.3773
Hunter Lab95.2300-16.905523.2076
CIE-Lab96.2812-12.101521.1441

#edfacb color RGB value is (237,250,203).

#edfacb hex color red value is 237, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #edfacb hue: 0.21 , saturation: 0.82 and the lightness value of edfacb is 0.89.

The process color (four color CMYK) of #edfacb color hex is 0.05, 0.00, 0.19, 0.02. Web safe color of #edfacb is #ffffcc. Color #edfacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11001011
Octal 355 372 313
Decimal 237 250 203
Hex ED FA CB

RGB Percentages of Color #edfacb

%34.35
%36.23
%29.42

CMYK Percentages of Color #edfacb

%5
%0
%19
%2

Triadic Colors of #edfacb

#edfacb #cbedfa #facbed

Analogous Colors of #edfacb

#edfacb #d6facb #faf0cb

Monochromatic Colors of #edfacb

#edfacb

Complementary Color

#edfacb #d8cbfa

#edfacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfacb Color CSS Codes

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

#edfacb Text Font Color

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

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


#edfacb Background Color

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

This div background color is #edfacb


#edfacb Border Color

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

This div border color is #edfacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfacb


Comments

No comments written yet.

Please login to write comment.