Color Hex Logo

#edfaca Color Hex

#EDFACA
(237,250,202)
0 Favorites   0 Comments

Color spaces of #edfaca

RGB 237250202
HSL0.210.830.89
HSV76°19°98°
CMYK 0.050.000.19   0.02
XYZ79.771390.640069.1680
Yxy90.64000.33300.3783
Hunter Lab95.2050-17.045623.5684
CIE-Lab96.2616-12.251221.6271

#edfaca color RGB value is (237,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11001010
Octal 355 372 312
Decimal 237 250 202
Hex ED FA CA

RGB Percentages of Color #edfaca

%34.40
%36.28
%29.32

CMYK Percentages of Color #edfaca

%5
%0
%19
%2

Triadic Colors of #edfaca

#edfaca #caedfa #facaed

Analogous Colors of #edfaca

#edfaca #d5faca #faefca

Monochromatic Colors of #edfaca

#edfaca

Complementary Color

#edfaca #d7cafa

#edfaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaca Color CSS Codes

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

#edfaca Text Font Color

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

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


#edfaca Background Color

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

This div background color is #edfaca


#edfaca Border Color

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

This div border color is #edfaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,250,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 #edfaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaca

Related Colors


Comments

No comments written yet.

Please login to write comment.