Color Hex Logo

#edbe81 Color Hex

#EDBE81
(237,190,129)
0 Favorites   0 Comments

Color spaces of #edbe81

RGB 237190129
HSL0.090.750.72
HSV34°46°93°
CMYK 0.000.200.46   0.07
XYZ57.301056.416428.6382
Yxy56.41640.40250.3963
Hunter Lab75.11094.731129.9716
CIE-Lab79.85029.240237.1169

#edbe81 color RGB value is (237,190,129).

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

The process color (four color CMYK) of #edbe81 color hex is 0.00, 0.20, 0.46, 0.07. Web safe color of #edbe81 is #ffcc99. Color #edbe81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 10000001
Octal 355 276 201
Decimal 237 190 129
Hex ED BE 81

RGB Percentages of Color #edbe81

%42.63
%34.17
%23.20

CMYK Percentages of Color #edbe81

%0
%20
%46
%7

Triadic Colors of #edbe81

#edbe81 #81edbe #be81ed

Analogous Colors of #edbe81

#edbe81 #e6ed81 #ed8881

Monochromatic Colors of #edbe81

#edbe81

Complementary Color

#edbe81 #81b0ed

#edbe81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbe81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbe81 Color CSS Codes

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

#edbe81 Text Font Color

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

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


#edbe81 Background Color

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

This div background color is #edbe81


#edbe81 Border Color

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

This div border color is #edbe81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbe81


Comments

No comments written yet.

Please login to write comment.