Color Hex Logo

#edb210 Color Hex

#EDB210
(237,178,16)
0 Favorites   0 Comments

Color spaces of #edb210

RGB 23717816
HSL0.120.870.50
HSV44°93°93°
CMYK 0.000.250.93   0.07
XYZ50.939049.88277.4338
Yxy49.88270.47050.4608
Hunter Lab70.62775.141643.1989
CIE-Lab75.99729.598776.8736

#edb210 color RGB value is (237,178,16).

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

The process color (four color CMYK) of #edb210 color hex is 0.00, 0.25, 0.93, 0.07. Web safe color of #edb210 is #ff9900. Color #edb210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00010000
Octal 355 262 20
Decimal 237 178 16
Hex ED B2 10

RGB Percentages of Color #edb210

%54.99
%41.30
%3.71

CMYK Percentages of Color #edb210

%0
%25
%93
%7

Triadic Colors of #edb210

#edb210 #10edb2 #b210ed

Analogous Colors of #edb210

#edb210 #baed10 #ed4410

Monochromatic Colors of #edb210

#edb210

Complementary Color

#edb210 #104bed

#edb210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb210 Color CSS Codes

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

#edb210 Text Font Color

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

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


#edb210 Background Color

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

This div background color is #edb210


#edb210 Border Color

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

This div border color is #edb210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb210


Comments

No comments written yet.

Please login to write comment.