Color Hex Logo

#edb627 Color Hex

#EDB627
(237,182,39)
0 Favorites   0 Comments

Color spaces of #edb627

RGB 23718239
HSL0.120.850.54
HSV43°84°93°
CMYK 0.000.230.84   0.07
XYZ52.019251.60699.1389
Yxy51.60690.46130.4576
Hunter Lab71.83793.538842.7440
CIE-Lab77.04527.932372.8556

#edb627 color RGB value is (237,182,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 00100111
Octal 355 266 47
Decimal 237 182 39
Hex ED B6 27

RGB Percentages of Color #edb627

%51.75
%39.74
%8.52

CMYK Percentages of Color #edb627

%0
%23
%84
%7

Triadic Colors of #edb627

#edb627 #27edb6 #b627ed

Analogous Colors of #edb627

#edb627 #c1ed27 #ed5327

Monochromatic Colors of #edb627

#edb627

Complementary Color

#edb627 #275eed

#edb627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb627 Color CSS Codes

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

#edb627 Text Font Color

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

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


#edb627 Background Color

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

This div background color is #edb627


#edb627 Border Color

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

This div border color is #edb627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb627


Comments

No comments written yet.

Please login to write comment.