Color Hex Logo

#edfebb Color Hex

#EDFEBB
(237,254,187)
0 Favorites   0 Comments

Color spaces of #edfebb

RGB 237254187
HSL0.210.970.86
HSV75°26°100°
CMYK 0.070.000.26   0.00
XYZ79.336592.476060.6819
Yxy92.47600.34120.3978
Hunter Lab96.1644-21.023729.9018
CIE-Lab97.0145-16.355030.2653

#edfebb color RGB value is (237,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10111011
Octal 355 376 273
Decimal 237 254 187
Hex ED FE BB

RGB Percentages of Color #edfebb

%34.96
%37.46
%27.58

CMYK Percentages of Color #edfebb

%7
%0
%26
%0

Triadic Colors of #edfebb

#edfebb #bbedfe #febbed

Analogous Colors of #edfebb

#edfebb #ccfebb #feeebb

Monochromatic Colors of #edfebb

#edfebb

Complementary Color

#edfebb #ccbbfe

#edfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfebb Color CSS Codes

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

#edfebb Text Font Color

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

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


#edfebb Background Color

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

This div background color is #edfebb


#edfebb Border Color

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

This div border color is #edfebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,254,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 #edfebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfebb

Related Colors


Comments

No comments written yet.

Please login to write comment.