Color Hex Logo

#edaf81 Color Hex

#EDAF81
(237,175,129)
0 Favorites   0 Comments

Color spaces of #edaf81

RGB 237175129
HSL0.070.750.72
HSV26°46°93°
CMYK 0.000.260.46   0.07
XYZ54.217550.249427.6104
Yxy50.24940.41050.3805
Hunter Lab70.886812.473126.5273
CIE-Lab76.222117.162032.4132

#edaf81 color RGB value is (237,175,129).

#edaf81 hex color red value is 237, green value is 175 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #edaf81 hue: 0.07 , saturation: 0.75 and the lightness value of edaf81 is 0.72.

The process color (four color CMYK) of #edaf81 color hex is 0.00, 0.26, 0.46, 0.07. Web safe color of #edaf81 is #ff9999. Color #edaf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10000001
Octal 355 257 201
Decimal 237 175 129
Hex ED AF 81

RGB Percentages of Color #edaf81

%43.81
%32.35
%23.84

CMYK Percentages of Color #edaf81

%0
%26
%46
%7

Triadic Colors of #edaf81

#edaf81 #81edaf #af81ed

Analogous Colors of #edaf81

#edaf81 #ede581 #ed8189

Monochromatic Colors of #edaf81

#edaf81

Complementary Color

#edaf81 #81bfed

#edaf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaf81 Color CSS Codes

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

#edaf81 Text Font Color

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

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


#edaf81 Background Color

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

This div background color is #edaf81


#edaf81 Border Color

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

This div border color is #edaf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaf81


Comments

No comments written yet.

Please login to write comment.