Color Hex Logo

#edfebf Color Hex

#EDFEBF
(237,254,191)
0 Favorites   0 Comments

Color spaces of #edfebf

RGB 237254191
HSL0.210.970.87
HSV76°25°100°
CMYK 0.070.000.25   0.00
XYZ79.770892.649762.9690
Yxy92.64970.33890.3936
Hunter Lab96.2547-20.514428.5913
CIE-Lab97.0853-15.802428.3450

#edfebf color RGB value is (237,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10111111
Octal 355 376 277
Decimal 237 254 191
Hex ED FE BF

RGB Percentages of Color #edfebf

%34.75
%37.24
%28.01

CMYK Percentages of Color #edfebf

%7
%0
%25
%0

Triadic Colors of #edfebf

#edfebf #bfedfe #febfed

Analogous Colors of #edfebf

#edfebf #cefebf #fef0bf

Monochromatic Colors of #edfebf

#edfebf

Complementary Color

#edfebf #d0bffe

#edfebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfebf Color CSS Codes

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

#edfebf Text Font Color

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

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


#edfebf Background Color

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

This div background color is #edfebf


#edfebf Border Color

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

This div border color is #edfebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfebf


Comments

No comments written yet.

Please login to write comment.