Color Hex Logo

#edfdbb Color Hex

#EDFDBB
(237,253,187)
0 Favorites   0 Comments

Color spaces of #edfdbb

RGB 237253187
HSL0.210.940.86
HSV75°26°99°
CMYK 0.060.000.26   0.01
XYZ79.020091.842960.5764
Yxy91.84290.34140.3968
Hunter Lab95.8347-20.529529.6075
CIE-Lab96.7560-15.867729.9151

#edfdbb color RGB value is (237,253,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10111011
Octal 355 375 273
Decimal 237 253 187
Hex ED FD BB

RGB Percentages of Color #edfdbb

%35.01
%37.37
%27.62

CMYK Percentages of Color #edfdbb

%6
%0
%26
%1

Triadic Colors of #edfdbb

#edfdbb #bbedfd #fdbbed

Analogous Colors of #edfdbb

#edfdbb #ccfdbb #fdecbb

Monochromatic Colors of #edfdbb

#edfdbb

Complementary Color

#edfdbb #cbbbfd

#edfdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdbb Color CSS Codes

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

#edfdbb Text Font Color

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

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


#edfdbb Background Color

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

This div background color is #edfdbb


#edfdbb Border Color

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

This div border color is #edfdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdbb

Related Colors


Comments

No comments written yet.

Please login to write comment.