Color Hex Logo

#edf5c1 Color Hex

#EDF5C1
(237,245,193)
0 Favorites   0 Comments

Color spaces of #edf5c1

RGB 237245193
HSL0.190.720.86
HSV69°21°96°
CMYK 0.030.000.21   0.04
XYZ77.203187.159663.2065
Yxy87.15960.33930.3830
Hunter Lab93.3593-15.768925.2108
CIE-Lab94.8059-11.093424.2059

#edf5c1 color RGB value is (237,245,193).

#edf5c1 hex color red value is 237, green value is 245 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #edf5c1 hue: 0.19 , saturation: 0.72 and the lightness value of edf5c1 is 0.86.

The process color (four color CMYK) of #edf5c1 color hex is 0.03, 0.00, 0.21, 0.04. Web safe color of #edf5c1 is #ffffcc. Color #edf5c1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110101 11000001
Octal 355 365 301
Decimal 237 245 193
Hex ED F5 C1

RGB Percentages of Color #edf5c1

%35.11
%36.30
%28.59

CMYK Percentages of Color #edf5c1

%3
%0
%21
%4

Triadic Colors of #edf5c1

#edf5c1 #c1edf5 #f5c1ed

Analogous Colors of #edf5c1

#edf5c1 #d3f5c1 #f5e3c1

Monochromatic Colors of #edf5c1

#edf5c1

Complementary Color

#edf5c1 #c9c1f5

#edf5c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf5c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf5c1 Color CSS Codes

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

#edf5c1 Text Font Color

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

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


#edf5c1 Background Color

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

This div background color is #edf5c1


#edf5c1 Border Color

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

This div border color is #edf5c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf5c1


Comments

No comments written yet.

Please login to write comment.