Color Hex Logo

#edfbca Color Hex

#EDFBCA
(237,251,202)
0 Favorites   0 Comments

Color spaces of #edfbca

RGB 237251202
HSL0.210.860.89
HSV77°20°98°
CMYK 0.060.000.20   0.02
XYZ80.082991.263269.2718
Yxy91.26320.33280.3793
Hunter Lab95.5318-17.546623.8800
CIE-Lab96.5183-12.744421.9838

#edfbca color RGB value is (237,251,202).

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

The process color (four color CMYK) of #edfbca color hex is 0.06, 0.00, 0.20, 0.02. Web safe color of #edfbca is #ffffcc. Color #edfbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11001010
Octal 355 373 312
Decimal 237 251 202
Hex ED FB CA

RGB Percentages of Color #edfbca

%34.35
%36.38
%29.28

CMYK Percentages of Color #edfbca

%6
%0
%20
%2

Triadic Colors of #edfbca

#edfbca #caedfb #fbcaed

Analogous Colors of #edfbca

#edfbca #d5fbca #fbf1ca

Monochromatic Colors of #edfbca

#edfbca

Complementary Color

#edfbca #d8cafb

#edfbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbca Color CSS Codes

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

#edfbca Text Font Color

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

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


#edfbca Background Color

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

This div background color is #edfbca


#edfbca Border Color

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

This div border color is #edfbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbca


Comments

No comments written yet.

Please login to write comment.