Color Hex Logo

#edbd7a Color Hex

#EDBD7A
(237,189,122)
0 Favorites   0 Comments

Color spaces of #edbd7a

RGB 237189122
HSL0.100.760.70
HSV35°49°93°
CMYK 0.000.200.49   0.07
XYZ56.635555.804926.1988
Yxy55.80490.40850.4025
Hunter Lab74.70274.599331.4984
CIE-Lab79.50279.096740.2645

#edbd7a color RGB value is (237,189,122).

#edbd7a hex color red value is 237, green value is 189 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #edbd7a hue: 0.10 , saturation: 0.76 and the lightness value of edbd7a is 0.70.

The process color (four color CMYK) of #edbd7a color hex is 0.00, 0.20, 0.49, 0.07. Web safe color of #edbd7a is #ffcc66. Color #edbd7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 01111010
Octal 355 275 172
Decimal 237 189 122
Hex ED BD 7A

RGB Percentages of Color #edbd7a

%43.25
%34.49
%22.26

CMYK Percentages of Color #edbd7a

%0
%20
%49
%7

Triadic Colors of #edbd7a

#edbd7a #7aedbd #bd7aed

Analogous Colors of #edbd7a

#edbd7a #e4ed7a #ed847a

Monochromatic Colors of #edbd7a

#edbd7a

Complementary Color

#edbd7a #7aaaed

#edbd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd7a Color CSS Codes

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

#edbd7a Text Font Color

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

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


#edbd7a Background Color

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

This div background color is #edbd7a


#edbd7a Border Color

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

This div border color is #edbd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd7a


Comments

No comments written yet.

Please login to write comment.