Color Hex Logo

#edafbf Color Hex

#EDAFBF
(237,175,191)
0 Favorites   0 Comments

Color spaces of #edafbf

RGB 237175191
HSL0.960.630.81
HSV345°26°93°
CMYK 0.000.260.19   0.07
XYZ59.659052.426156.2651
Yxy52.42610.35440.3114
Hunter Lab72.405920.36534.6111
CIE-Lab77.534924.93610.7740

#edafbf color RGB value is (237,175,191).

#edafbf hex color red value is 237, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #edafbf hue: 0.96 , saturation: 0.63 and the lightness value of edafbf is 0.81.

The process color (four color CMYK) of #edafbf color hex is 0.00, 0.26, 0.19, 0.07. Web safe color of #edafbf is #ff99cc. Color #edafbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10111111
Octal 355 257 277
Decimal 237 175 191
Hex ED AF BF

RGB Percentages of Color #edafbf

%39.30
%29.02
%31.67

CMYK Percentages of Color #edafbf

%0
%26
%19
%7

Triadic Colors of #edafbf

#edafbf #bfedaf #afbfed

Analogous Colors of #edafbf

#edafbf #edbeaf #edafde

Monochromatic Colors of #edafbf

#edafbf

Complementary Color

#edafbf #afeddd

#edafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafbf Color CSS Codes

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

#edafbf Text Font Color

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

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


#edafbf Background Color

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

This div background color is #edafbf


#edafbf Border Color

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

This div border color is #edafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafbf


Comments

No comments written yet.

Please login to write comment.