Color Hex Logo

#edfcb1 Color Hex

#EDFCB1
(237,252,177)
0 Favorites   0 Comments

Color spaces of #edfcb1

RGB 237252177
HSL0.200.930.84
HSV72°30°99°
CMYK 0.060.000.30   0.01
XYZ77.671390.799755.0273
Yxy90.79970.34750.4063
Hunter Lab95.2889-21.257732.4635
CIE-Lab96.3275-16.710734.3607

#edfcb1 color RGB value is (237,252,177).

#edfcb1 hex color red value is 237, green value is 252 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #edfcb1 hue: 0.20 , saturation: 0.93 and the lightness value of edfcb1 is 0.84.

The process color (four color CMYK) of #edfcb1 color hex is 0.06, 0.00, 0.30, 0.01. Web safe color of #edfcb1 is #ffff99. Color #edfcb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10110001
Octal 355 374 261
Decimal 237 252 177
Hex ED FC B1

RGB Percentages of Color #edfcb1

%35.59
%37.84
%26.58

CMYK Percentages of Color #edfcb1

%6
%0
%30
%1

Triadic Colors of #edfcb1

#edfcb1 #b1edfc #fcb1ed

Analogous Colors of #edfcb1

#edfcb1 #c8fcb1 #fce6b1

Monochromatic Colors of #edfcb1

#edfcb1

Complementary Color

#edfcb1 #c0b1fc

#edfcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcb1 Color CSS Codes

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

#edfcb1 Text Font Color

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

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


#edfcb1 Background Color

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

This div background color is #edfcb1


#edfcb1 Border Color

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

This div border color is #edfcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcb1


Comments

No comments written yet.

Please login to write comment.