Color Hex Logo

#edd40b Color Hex

#EDD40B
(237,212,11)
0 Favorites   0 Comments

Color spaces of #edd40b

RGB 23721211
HSL0.150.910.49
HSV53°95°93°
CMYK 0.000.110.95   0.07
XYZ58.528965.11579.8004
Yxy65.11570.43860.4880
Hunter Lab80.6943-11.746049.2852
CIE-Lab84.5433-7.992983.7196

#edd40b color RGB value is (237,212,11).

#edd40b hex color red value is 237, green value is 212 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #edd40b hue: 0.15 , saturation: 0.91 and the lightness value of edd40b is 0.49.

The process color (four color CMYK) of #edd40b color hex is 0.00, 0.11, 0.95, 0.07. Web safe color of #edd40b is #ffcc00. Color #edd40b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00001011
Octal 355 324 13
Decimal 237 212 11
Hex ED D4 B

RGB Percentages of Color #edd40b

%51.52
%46.09
%2.39

CMYK Percentages of Color #edd40b

%0
%11
%95
%7

Triadic Colors of #edd40b

#edd40b #0bedd4 #d40bed

Analogous Colors of #edd40b

#edd40b #95ed0b #ed630b

Monochromatic Colors of #edd40b

#edd40b

Complementary Color

#edd40b #0b24ed

#edd40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd40b Color CSS Codes

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

#edd40b Text Font Color

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

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


#edd40b Background Color

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

This div background color is #edd40b


#edd40b Border Color

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

This div border color is #edd40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd40b


Comments

No comments written yet.

Please login to write comment.