Color Hex Logo

#edd05b Color Hex

#EDD05B
(237,208,91)
0 Favorites   0 Comments

Color spaces of #edd05b

RGB 23720891
HSL0.130.800.64
HSV48°62°93°
CMYK 0.000.120.62   0.07
XYZ59.369363.871619.0969
Yxy63.87160.41710.4487
Hunter Lab79.9197-7.258741.7764
CIE-Lab83.8989-3.188860.2877

#edd05b color RGB value is (237,208,91).

#edd05b hex color red value is 237, green value is 208 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #edd05b hue: 0.13 , saturation: 0.80 and the lightness value of edd05b is 0.64.

The process color (four color CMYK) of #edd05b color hex is 0.00, 0.12, 0.62, 0.07. Web safe color of #edd05b is #ffcc66. Color #edd05b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 01011011
Octal 355 320 133
Decimal 237 208 91
Hex ED D0 5B

RGB Percentages of Color #edd05b

%44.22
%38.81
%16.98

CMYK Percentages of Color #edd05b

%0
%12
%62
%7

Triadic Colors of #edd05b

#edd05b #5bedd0 #d05bed

Analogous Colors of #edd05b

#edd05b #c1ed5b #ed875b

Monochromatic Colors of #edd05b

#edd05b

Complementary Color

#edd05b #5b78ed

#edd05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd05b Color CSS Codes

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

#edd05b Text Font Color

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

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


#edd05b Background Color

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

This div background color is #edd05b


#edd05b Border Color

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

This div border color is #edd05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd05b


Comments

No comments written yet.

Please login to write comment.