Color Hex Logo

#edb927 Color Hex

#EDB927
(237,185,39)
0 Favorites   0 Comments

Color spaces of #edb927

RGB 23718539
HSL0.120.850.54
HSV44°84°93°
CMYK 0.000.220.84   0.07
XYZ52.640252.84899.3459
Yxy52.84890.45840.4602
Hunter Lab72.69722.032043.2658
CIE-Lab77.78576.361573.4761

#edb927 color RGB value is (237,185,39).

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

The process color (four color CMYK) of #edb927 color hex is 0.00, 0.22, 0.84, 0.07. Web safe color of #edb927 is #ffcc33. Color #edb927 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00100111
Octal 355 271 47
Decimal 237 185 39
Hex ED B9 27

RGB Percentages of Color #edb927

%51.41
%40.13
%8.46

CMYK Percentages of Color #edb927

%0
%22
%84
%7

Triadic Colors of #edb927

#edb927 #27edb9 #b927ed

Analogous Colors of #edb927

#edb927 #beed27 #ed5627

Monochromatic Colors of #edb927

#edb927

Complementary Color

#edb927 #275bed

#edb927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb927 Color CSS Codes

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

#edb927 Text Font Color

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

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


#edb927 Background Color

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

This div background color is #edb927


#edb927 Border Color

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

This div border color is #edb927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb927


Comments

No comments written yet.

Please login to write comment.