Color Hex Logo

#edf7bc Color Hex

#EDF7BC
(237,247,188)
0 Favorites   0 Comments

Color spaces of #edf7bc

RGB 237247188
HSL0.190.790.85
HSV70°24°97°
CMYK 0.040.000.24   0.03
XYZ77.262988.156960.5207
Yxy88.15690.34200.3902
Hunter Lab93.8919-17.424627.5073
CIE-Lab95.2270-12.787827.3292

#edf7bc color RGB value is (237,247,188).

#edf7bc hex color red value is 237, green value is 247 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #edf7bc hue: 0.19 , saturation: 0.79 and the lightness value of edf7bc is 0.85.

The process color (four color CMYK) of #edf7bc color hex is 0.04, 0.00, 0.24, 0.03. Web safe color of #edf7bc is #ffffcc. Color #edf7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 10111100
Octal 355 367 274
Decimal 237 247 188
Hex ED F7 BC

RGB Percentages of Color #edf7bc

%35.27
%36.76
%27.98

CMYK Percentages of Color #edf7bc

%4
%0
%24
%3

Triadic Colors of #edf7bc

#edf7bc #bcedf7 #f7bced

Analogous Colors of #edf7bc

#edf7bc #d0f7bc #f7e4bc

Monochromatic Colors of #edf7bc

#edf7bc

Complementary Color

#edf7bc #c6bcf7

#edf7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf7bc Color CSS Codes

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

#edf7bc Text Font Color

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

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


#edf7bc Background Color

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

This div background color is #edf7bc


#edf7bc Border Color

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

This div border color is #edf7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf7bc


Comments

No comments written yet.

Please login to write comment.