Color Hex Logo

#edfdbc Color Hex

#EDFDBC
(237,253,188)
0 Favorites   0 Comments

Color spaces of #edfdbc

RGB 237253188
HSL0.210.940.86
HSV75°26°99°
CMYK 0.060.000.26   0.01
XYZ79.127491.885961.1422
Yxy91.88590.34080.3958
Hunter Lab95.8571-20.403229.2820
CIE-Lab96.7736-15.730629.4349

#edfdbc color RGB value is (237,253,188).

#edfdbc hex color red value is 237, green value is 253 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #edfdbc hue: 0.21 , saturation: 0.94 and the lightness value of edfdbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10111100
Octal 355 375 274
Decimal 237 253 188
Hex ED FD BC

RGB Percentages of Color #edfdbc

%34.96
%37.32
%27.73

CMYK Percentages of Color #edfdbc

%6
%0
%26
%1

Triadic Colors of #edfdbc

#edfdbc #bcedfd #fdbced

Analogous Colors of #edfdbc

#edfdbc #cdfdbc #fdedbc

Monochromatic Colors of #edfdbc

#edfdbc

Complementary Color

#edfdbc #ccbcfd

#edfdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdbc Color CSS Codes

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

#edfdbc Text Font Color

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

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


#edfdbc Background Color

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

This div background color is #edfdbc


#edfdbc Border Color

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

This div border color is #edfdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdbc


Comments

No comments written yet.

Please login to write comment.