Color Hex Logo

#edffcb Color Hex

#EDFFCB
(237,255,203)
0 Favorites   0 Comments

Color spaces of #edffcb

RGB 237255203
HSL0.221.000.90
HSV81°20°100°
CMYK 0.070.000.20   0.00
XYZ81.464593.836370.3185
Yxy93.83630.33170.3820
Hunter Lab96.8691-19.407024.7691
CIE-Lab97.5660-14.559922.9280

#edffcb color RGB value is (237,255,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11001011
Octal 355 377 313
Decimal 237 255 203
Hex ED FF CB

RGB Percentages of Color #edffcb

%34.10
%36.69
%29.21

CMYK Percentages of Color #edffcb

%7
%0
%20
%0

Triadic Colors of #edffcb

#edffcb #cbedff #ffcbed

Analogous Colors of #edffcb

#edffcb #d3ffcb #fff7cb

Monochromatic Colors of #edffcb

#edffcb

Complementary Color

#edffcb #ddcbff

#edffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffcb Color CSS Codes

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

#edffcb Text Font Color

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

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


#edffcb Background Color

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

This div background color is #edffcb


#edffcb Border Color

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

This div border color is #edffcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,255,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 #edffcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffcb

Related Colors


Comments

No comments written yet.

Please login to write comment.