Color Hex Logo

#edd21b Color Hex

#EDD21B
(237,210,27)
0 Favorites   0 Comments

Color spaces of #edd21b

RGB 23721027
HSL0.150.850.52
HSV52°89°93°
CMYK 0.000.110.89   0.07
XYZ58.169564.176810.3584
Yxy64.17680.43830.4836
Hunter Lab80.1104-10.581448.4110
CIE-Lab84.0577-6.772381.2126

#edd21b color RGB value is (237,210,27).

#edd21b hex color red value is 237, green value is 210 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #edd21b hue: 0.15 , saturation: 0.85 and the lightness value of edd21b is 0.52.

The process color (four color CMYK) of #edd21b color hex is 0.00, 0.11, 0.89, 0.07. Web safe color of #edd21b is #ffcc33. Color #edd21b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 00011011
Octal 355 322 33
Decimal 237 210 27
Hex ED D2 1B

RGB Percentages of Color #edd21b

%50.00
%44.30
%5.70

CMYK Percentages of Color #edd21b

%0
%11
%89
%7

Triadic Colors of #edd21b

#edd21b #1bedd2 #d21bed

Analogous Colors of #edd21b

#edd21b #9fed1b #ed691b

Monochromatic Colors of #edd21b

#edd21b

Complementary Color

#edd21b #1b36ed

#edd21b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd21b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd21b Color CSS Codes

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

#edd21b Text Font Color

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

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


#edd21b Background Color

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

This div background color is #edd21b


#edd21b Border Color

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

This div border color is #edd21b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd21b


Comments

No comments written yet.

Please login to write comment.