Color Hex Logo

#edf0ba Color Hex

#EDF0BA
(237,240,186)
0 Favorites   0 Comments

Color spaces of #edf0ba

RGB 237240186
HSL0.180.640.84
HSV63°23°94°
CMYK 0.010.000.23   0.06
XYZ74.948183.869958.6927
Yxy83.86990.34460.3856
Hunter Lab91.5805-14.184226.1082
CIE-Lab93.3940-9.594425.8414

#edf0ba color RGB value is (237,240,186).

#edf0ba hex color red value is 237, green value is 240 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #edf0ba hue: 0.18 , saturation: 0.64 and the lightness value of edf0ba is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110000 10111010
Octal 355 360 272
Decimal 237 240 186
Hex ED F0 BA

RGB Percentages of Color #edf0ba

%35.75
%36.20
%28.05

CMYK Percentages of Color #edf0ba

%1
%0
%23
%6

Triadic Colors of #edf0ba

#edf0ba #baedf0 #f0baed

Analogous Colors of #edf0ba

#edf0ba #d2f0ba #f0d8ba

Monochromatic Colors of #edf0ba

#edf0ba

Complementary Color

#edf0ba #bdbaf0

#edf0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf0ba Color CSS Codes

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

#edf0ba Text Font Color

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

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


#edf0ba Background Color

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

This div background color is #edf0ba


#edf0ba Border Color

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

This div border color is #edf0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf0ba


Comments

No comments written yet.

Please login to write comment.