Color Hex Logo

#edfcbf Color Hex

#EDFCBF
(237,252,191)
0 Favorites   0 Comments

Color spaces of #edfcbf

RGB 237252191
HSL0.210.910.87
HSV75°24°99°
CMYK 0.060.000.24   0.01
XYZ79.139491.386962.7586
Yxy91.38690.33920.3917
Hunter Lab95.5965-19.522927.9940
CIE-Lab96.5691-14.825327.6409

#edfcbf color RGB value is (237,252,191).

#edfcbf hex color red value is 237, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #edfcbf hue: 0.21 , saturation: 0.91 and the lightness value of edfcbf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10111111
Octal 355 374 277
Decimal 237 252 191
Hex ED FC BF

RGB Percentages of Color #edfcbf

%34.85
%37.06
%28.09

CMYK Percentages of Color #edfcbf

%6
%0
%24
%1

Triadic Colors of #edfcbf

#edfcbf #bfedfc #fcbfed

Analogous Colors of #edfcbf

#edfcbf #cffcbf #fcedbf

Monochromatic Colors of #edfcbf

#edfcbf

Complementary Color

#edfcbf #cebffc

#edfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcbf Color CSS Codes

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

#edfcbf Text Font Color

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

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


#edfcbf Background Color

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

This div background color is #edfcbf


#edfcbf Border Color

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

This div border color is #edfcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcbf


Comments

No comments written yet.

Please login to write comment.