Color Hex Logo

#edfbcc Color Hex

#EDFBCC
(237,251,204)
0 Favorites   0 Comments

Color spaces of #edfbcc

RGB 237251204
HSL0.220.850.89
HSV78°19°98°
CMYK 0.060.000.19   0.02
XYZ80.321391.358570.5273
Yxy91.35850.33160.3772
Hunter Lab95.5816-17.266823.1585
CIE-Lab96.5575-12.445021.0183

#edfbcc color RGB value is (237,251,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11001100
Octal 355 373 314
Decimal 237 251 204
Hex ED FB CC

RGB Percentages of Color #edfbcc

%34.25
%36.27
%29.48

CMYK Percentages of Color #edfbcc

%6
%0
%19
%2

Triadic Colors of #edfbcc

#edfbcc #ccedfb #fbcced

Analogous Colors of #edfbcc

#edfbcc #d6fbcc #fbf2cc

Monochromatic Colors of #edfbcc

#edfbcc

Complementary Color

#edfbcc #daccfb

#edfbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbcc Color CSS Codes

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

#edfbcc Text Font Color

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

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


#edfbcc Background Color

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

This div background color is #edfbcc


#edfbcc Border Color

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

This div border color is #edfbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.