Color Hex Logo

#edbd7b Color Hex

#EDBD7B
(237,189,123)
0 Favorites   0 Comments

Color spaces of #edbd7b

RGB 237189123
HSL0.100.760.71
HSV35°48°93°
CMYK 0.000.200.48   0.07
XYZ56.697855.829826.5268
Yxy55.82980.40770.4015
Hunter Lab74.71934.688831.2545
CIE-Lab79.51699.189839.7720

#edbd7b color RGB value is (237,189,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 01111011
Octal 355 275 173
Decimal 237 189 123
Hex ED BD 7B

RGB Percentages of Color #edbd7b

%43.17
%34.43
%22.40

CMYK Percentages of Color #edbd7b

%0
%20
%48
%7

Triadic Colors of #edbd7b

#edbd7b #7bedbd #bd7bed

Analogous Colors of #edbd7b

#edbd7b #e4ed7b #ed847b

Monochromatic Colors of #edbd7b

#edbd7b

Complementary Color

#edbd7b #7babed

#edbd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd7b Color CSS Codes

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

#edbd7b Text Font Color

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

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


#edbd7b Background Color

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

This div background color is #edbd7b


#edbd7b Border Color

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

This div border color is #edbd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd7b


Comments

No comments written yet.

Please login to write comment.