Color Hex Logo

#edfdbf Color Hex

#EDFDBF
(237,253,191)
0 Favorites   0 Comments

Color spaces of #edfdbf

RGB 237253191
HSL0.210.940.87
HSV75°25°99°
CMYK 0.060.000.25   0.01
XYZ79.454392.016762.8635
Yxy92.01670.33910.3927
Hunter Lab95.9253-20.019028.2928
CIE-Lab96.8271-15.314327.9930

#edfdbf color RGB value is (237,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10111111
Octal 355 375 277
Decimal 237 253 191
Hex ED FD BF

RGB Percentages of Color #edfdbf

%34.80
%37.15
%28.05

CMYK Percentages of Color #edfdbf

%6
%0
%25
%1

Triadic Colors of #edfdbf

#edfdbf #bfedfd #fdbfed

Analogous Colors of #edfdbf

#edfdbf #cefdbf #fdeebf

Monochromatic Colors of #edfdbf

#edfdbf

Complementary Color

#edfdbf #cfbffd

#edfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdbf Color CSS Codes

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

#edfdbf Text Font Color

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

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


#edfdbf Background Color

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

This div background color is #edfdbf


#edfdbf Border Color

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

This div border color is #edfdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdbf

Related Colors


Comments

No comments written yet.

Please login to write comment.