Color Hex Logo

#edfdcb Color Hex

#EDFDCB
(237,253,203)
0 Favorites   0 Comments

Color spaces of #edfdcb

RGB 237253203
HSL0.220.930.89
HSV79°20°99°
CMYK 0.060.000.20   0.01
XYZ80.829892.566970.1069
Yxy92.56690.33190.3801
Hunter Lab96.2117-18.408224.1451
CIE-Lab97.0516-13.579222.2147

#edfdcb color RGB value is (237,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11001011
Octal 355 375 313
Decimal 237 253 203
Hex ED FD CB

RGB Percentages of Color #edfdcb

%34.20
%36.51
%29.29

CMYK Percentages of Color #edfdcb

%6
%0
%20
%1

Triadic Colors of #edfdcb

#edfdcb #cbedfd #fdcbed

Analogous Colors of #edfdcb

#edfdcb #d4fdcb #fdf4cb

Monochromatic Colors of #edfdcb

#edfdcb

Complementary Color

#edfdcb #dbcbfd

#edfdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdcb Color CSS Codes

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

#edfdcb Text Font Color

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

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


#edfdcb Background Color

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

This div background color is #edfdcb


#edfdcb Border Color

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

This div border color is #edfdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdcb

Related Colors


Comments

No comments written yet.

Please login to write comment.