Color Hex Logo

#edb14b Color Hex

#EDB14B
(237,177,75)
0 Favorites   0 Comments

Color spaces of #edb14b

RGB 23717775
HSL0.100.820.61
HSV38°68°93°
CMYK 0.000.250.68   0.07
XYZ51.917249.956813.5629
Yxy49.95680.44970.4328
Hunter Lab70.68017.424738.0989
CIE-Lab76.042711.985758.8108

#edb14b color RGB value is (237,177,75).

#edb14b hex color red value is 237, green value is 177 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #edb14b hue: 0.10 , saturation: 0.82 and the lightness value of edb14b is 0.61.

The process color (four color CMYK) of #edb14b color hex is 0.00, 0.25, 0.68, 0.07. Web safe color of #edb14b is #ff9933. Color #edb14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 01001011
Octal 355 261 113
Decimal 237 177 75
Hex ED B1 4B

RGB Percentages of Color #edb14b

%48.47
%36.20
%15.34

CMYK Percentages of Color #edb14b

%0
%25
%68
%7

Triadic Colors of #edb14b

#edb14b #4bedb1 #b14bed

Analogous Colors of #edb14b

#edb14b #d8ed4b #ed604b

Monochromatic Colors of #edb14b

#edb14b

Complementary Color

#edb14b #4b87ed

#edb14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb14b Color CSS Codes

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

#edb14b Text Font Color

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

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


#edb14b Background Color

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

This div background color is #edb14b


#edb14b Border Color

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

This div border color is #edb14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb14b


Comments

No comments written yet.

Please login to write comment.