Color Hex Logo

#edfcb8 Color Hex

#EDFCB8
(237,252,184)
0 Favorites   0 Comments

Color spaces of #edfcb8

RGB 237252184
HSL0.200.920.85
HSV73°27°99°
CMYK 0.060.000.27   0.01
XYZ78.387291.086058.7973
Yxy91.08600.34340.3990
Hunter Lab95.4390-20.410330.2804
CIE-Lab96.4454-15.787331.0060

#edfcb8 color RGB value is (237,252,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10111000
Octal 355 374 270
Decimal 237 252 184
Hex ED FC B8

RGB Percentages of Color #edfcb8

%35.22
%37.44
%27.34

CMYK Percentages of Color #edfcb8

%6
%0
%27
%1

Triadic Colors of #edfcb8

#edfcb8 #b8edfc #fcb8ed

Analogous Colors of #edfcb8

#edfcb8 #cbfcb8 #fce9b8

Monochromatic Colors of #edfcb8

#edfcb8

Complementary Color

#edfcb8 #c7b8fc

#edfcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcb8 Color CSS Codes

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

#edfcb8 Text Font Color

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

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


#edfcb8 Background Color

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

This div background color is #edfcb8


#edfcb8 Border Color

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

This div border color is #edfcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcb8


Comments

No comments written yet.

Please login to write comment.