Color Hex Logo

#edfcda Color Hex

#EDFCDA
(237,252,218)
0 Favorites   0 Comments

Color spaces of #edfcda

RGB 237252218
HSL0.240.850.92
HSV86°13°99°
CMYK 0.060.000.13   0.01
XYZ82.390392.687379.8777
Yxy92.68730.32320.3635
Hunter Lab96.2742-15.721818.1997
CIE-Lab97.1006-10.761314.6223

#edfcda color RGB value is (237,252,218).

#edfcda hex color red value is 237, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edfcda hue: 0.24 , saturation: 0.85 and the lightness value of edfcda is 0.92.

The process color (four color CMYK) of #edfcda color hex is 0.06, 0.00, 0.13, 0.01. Web safe color of #edfcda is #ffffcc. Color #edfcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 11011010
Octal 355 374 332
Decimal 237 252 218
Hex ED FC DA

RGB Percentages of Color #edfcda

%33.52
%35.64
%30.83

CMYK Percentages of Color #edfcda

%6
%0
%13
%1

Triadic Colors of #edfcda

#edfcda #daedfc #fcdaed

Analogous Colors of #edfcda

#edfcda #dcfcda #fcfada

Monochromatic Colors of #edfcda

#edfcda

Complementary Color

#edfcda #e9dafc

#edfcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcda Color CSS Codes

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

#edfcda Text Font Color

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

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


#edfcda Background Color

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

This div background color is #edfcda


#edfcda Border Color

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

This div border color is #edfcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcda


Comments

No comments written yet.

Please login to write comment.