Color Hex Logo

#edb21b Color Hex

#EDB21B
(237,178,27)
0 Favorites   0 Comments

Color spaces of #edb21b

RGB 23717827
HSL0.120.850.52
HSV43°89°93°
CMYK 0.000.250.89   0.07
XYZ51.043349.92447.9830
Yxy49.92440.46850.4582
Hunter Lab70.65725.299742.7613
CIE-Lab76.02289.765274.9524

#edb21b color RGB value is (237,178,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00011011
Octal 355 262 33
Decimal 237 178 27
Hex ED B2 1B

RGB Percentages of Color #edb21b

%53.62
%40.27
%6.11

CMYK Percentages of Color #edb21b

%0
%25
%89
%7

Triadic Colors of #edb21b

#edb21b #1bedb2 #b21bed

Analogous Colors of #edb21b

#edb21b #bfed1b #ed491b

Monochromatic Colors of #edb21b

#edb21b

Complementary Color

#edb21b #1b56ed

#edb21b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb21b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb21b Color CSS Codes

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

#edb21b Text Font Color

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

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


#edb21b Background Color

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

This div background color is #edb21b


#edb21b Border Color

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

This div border color is #edb21b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,178,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 #edb21b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb21b


Comments

No comments written yet.

Please login to write comment.