Color Hex Logo

#edbf82 Color Hex

#EDBF82
(237,191,130)
0 Favorites   0 Comments

Color spaces of #edbf82

RGB 237191130
HSL0.100.750.72
HSV34°45°93°
CMYK 0.000.190.45   0.07
XYZ57.585156.877829.0625
Yxy56.87780.40120.3963
Hunter Lab75.41744.313729.9444
CIE-Lab80.11088.813936.9364

#edbf82 color RGB value is (237,191,130).

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

The process color (four color CMYK) of #edbf82 color hex is 0.00, 0.19, 0.45, 0.07. Web safe color of #edbf82 is #ffcc99. Color #edbf82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10000010
Octal 355 277 202
Decimal 237 191 130
Hex ED BF 82

RGB Percentages of Color #edbf82

%42.47
%34.23
%23.30

CMYK Percentages of Color #edbf82

%0
%19
%45
%7

Triadic Colors of #edbf82

#edbf82 #82edbf #bf82ed

Analogous Colors of #edbf82

#edbf82 #e6ed82 #ed8a82

Monochromatic Colors of #edbf82

#edbf82

Complementary Color

#edbf82 #82b0ed

#edbf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf82 Color CSS Codes

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

#edbf82 Text Font Color

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

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


#edbf82 Background Color

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

This div background color is #edbf82


#edbf82 Border Color

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

This div border color is #edbf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf82


Comments

No comments written yet.

Please login to write comment.