Color Hex Logo

#edb227 Color Hex

#EDB227
(237,178,39)
0 Favorites   0 Comments

Color spaces of #edb227

RGB 23717839
HSL0.120.850.54
HSV42°84°93°
CMYK 0.000.250.84   0.07
XYZ51.211749.99188.8697
Yxy49.99180.46530.4542
Hunter Lab70.70495.554442.0557
CIE-Lab76.064210.033272.0327

#edb227 color RGB value is (237,178,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00100111
Octal 355 262 47
Decimal 237 178 39
Hex ED B2 27

RGB Percentages of Color #edb227

%52.20
%39.21
%8.59

CMYK Percentages of Color #edb227

%0
%25
%84
%7

Triadic Colors of #edb227

#edb227 #27edb2 #b227ed

Analogous Colors of #edb227

#edb227 #c5ed27 #ed4f27

Monochromatic Colors of #edb227

#edb227

Complementary Color

#edb227 #2762ed

#edb227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb227 Color CSS Codes

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

#edb227 Text Font Color

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

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


#edb227 Background Color

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

This div background color is #edb227


#edb227 Border Color

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

This div border color is #edb227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb227


Comments

No comments written yet.

Please login to write comment.