Color Hex Logo

#edfbea Color Hex

#EDFBEA
(237,251,234)
0 Favorites   0 Comments

Color spaces of #edfbea

RGB 237251234
HSL0.300.680.95
HSV109°98°
CMYK 0.060.000.07   0.02
XYZ84.273592.939491.3393
Yxy92.93940.31380.3461
Hunter Lab96.4051-12.671311.3091
CIE-Lab97.2030-7.59796.5541

#edfbea color RGB value is (237,251,234).

#edfbea hex color red value is 237, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #edfbea hue: 0.30 , saturation: 0.68 and the lightness value of edfbea is 0.95.

The process color (four color CMYK) of #edfbea color hex is 0.06, 0.00, 0.07, 0.02. Web safe color of #edfbea is #ffffff. Color #edfbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11101010
Octal 355 373 352
Decimal 237 251 234
Hex ED FB EA

RGB Percentages of Color #edfbea

%32.83
%34.76
%32.41

CMYK Percentages of Color #edfbea

%6
%0
%7
%2

Triadic Colors of #edfbea

#edfbea #eaedfb #fbeaed

Analogous Colors of #edfbea

#edfbea #eafbf0 #f6fbea

Monochromatic Colors of #edfbea

#edfbea

Complementary Color

#edfbea #f8eafb

#edfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbea Color CSS Codes

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

#edfbea Text Font Color

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

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


#edfbea Background Color

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

This div background color is #edfbea


#edfbea Border Color

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

This div border color is #edfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbea

Related Colors


Comments

No comments written yet.

Please login to write comment.