Color Hex Logo

#edd02b Color Hex

#EDD02B
(237,208,43)
0 Favorites   0 Comments

Color spaces of #edd02b

RGB 23720843
HSL0.140.840.55
HSV51°82°93°
CMYK 0.000.120.82   0.07
XYZ57.917063.290711.4493
Yxy63.29070.43660.4771
Hunter Lab79.5555-9.272647.1560
CIE-Lab83.5951-5.393377.3162

#edd02b color RGB value is (237,208,43).

#edd02b hex color red value is 237, green value is 208 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #edd02b hue: 0.14 , saturation: 0.84 and the lightness value of edd02b is 0.55.

The process color (four color CMYK) of #edd02b color hex is 0.00, 0.12, 0.82, 0.07. Web safe color of #edd02b is #ffcc33. Color #edd02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00101011
Octal 355 320 53
Decimal 237 208 43
Hex ED D0 2B

RGB Percentages of Color #edd02b

%48.57
%42.62
%8.81

CMYK Percentages of Color #edd02b

%0
%12
%82
%7

Triadic Colors of #edd02b

#edd02b #2bedd0 #d02bed

Analogous Colors of #edd02b

#edd02b #a9ed2b #ed6f2b

Monochromatic Colors of #edd02b

#edd02b

Complementary Color

#edd02b #2b48ed

#edd02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd02b Color CSS Codes

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

#edd02b Text Font Color

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

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


#edd02b Background Color

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

This div background color is #edd02b


#edd02b Border Color

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

This div border color is #edd02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd02b


Comments

No comments written yet.

Please login to write comment.