Color Hex Logo

#edfdbe Color Hex

#EDFDBE
(237,253,190)
0 Favorites   0 Comments

Color spaces of #edfdbe

RGB 237253190
HSL0.210.940.87
HSV75°25°99°
CMYK 0.060.000.25   0.01
XYZ79.344691.972862.2858
Yxy91.97280.33970.3937
Hunter Lab95.9025-20.147928.6246
CIE-Lab96.8092-15.453928.4738

#edfdbe color RGB value is (237,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10111110
Octal 355 375 276
Decimal 237 253 190
Hex ED FD BE

RGB Percentages of Color #edfdbe

%34.85
%37.21
%27.94

CMYK Percentages of Color #edfdbe

%6
%0
%25
%1

Triadic Colors of #edfdbe

#edfdbe #beedfd #fdbeed

Analogous Colors of #edfdbe

#edfdbe #cefdbe #fdeebe

Monochromatic Colors of #edfdbe

#edfdbe

Complementary Color

#edfdbe #cebefd

#edfdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdbe Color CSS Codes

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

#edfdbe Text Font Color

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

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


#edfdbe Background Color

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

This div background color is #edfdbe


#edfdbe Border Color

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

This div border color is #edfdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdbe

#edfdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.