Color Hex Logo

#edfbe4 Color Hex

#EDFBE4
(237,251,228)
0 Favorites   0 Comments

Color spaces of #edfbe4

RGB 237251228
HSL0.270.740.94
HSV97°98°
CMYK 0.060.000.09   0.02
XYZ83.425892.600386.8754
Yxy92.60030.31730.3522
Hunter Lab96.2290-13.650213.8334
CIE-Lab97.0652-8.61989.4406

#edfbe4 color RGB value is (237,251,228).

#edfbe4 hex color red value is 237, green value is 251 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #edfbe4 hue: 0.27 , saturation: 0.74 and the lightness value of edfbe4 is 0.94.

The process color (four color CMYK) of #edfbe4 color hex is 0.06, 0.00, 0.09, 0.02. Web safe color of #edfbe4 is #ffffcc. Color #edfbe4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11100100
Octal 355 373 344
Decimal 237 251 228
Hex ED FB E4

RGB Percentages of Color #edfbe4

%33.10
%35.06
%31.84

CMYK Percentages of Color #edfbe4

%6
%0
%9
%2

Triadic Colors of #edfbe4

#edfbe4 #e4edfb #fbe4ed

Analogous Colors of #edfbe4

#edfbe4 #e4fbe7 #f9fbe4

Monochromatic Colors of #edfbe4

#edfbe4

Complementary Color

#edfbe4 #f2e4fb

#edfbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbe4 Color CSS Codes

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

#edfbe4 Text Font Color

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

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


#edfbe4 Background Color

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

This div background color is #edfbe4


#edfbe4 Border Color

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

This div border color is #edfbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbe4


Comments

No comments written yet.

Please login to write comment.