Color Hex Logo

#edd027 Color Hex

#EDD027
(237,208,39)
0 Favorites   0 Comments

Color spaces of #edd027

RGB 23720839
HSL0.140.850.54
HSV51°84°93°
CMYK 0.000.120.84   0.07
XYZ57.847163.262811.0815
Yxy63.26280.43760.4786
Hunter Lab79.5379-9.370247.4161
CIE-Lab83.5805-5.500878.3128

#edd027 color RGB value is (237,208,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00100111
Octal 355 320 47
Decimal 237 208 39
Hex ED D0 27

RGB Percentages of Color #edd027

%48.97
%42.98
%8.06

CMYK Percentages of Color #edd027

%0
%12
%84
%7

Triadic Colors of #edd027

#edd027 #27edd0 #d027ed

Analogous Colors of #edd027

#edd027 #a7ed27 #ed6d27

Monochromatic Colors of #edd027

#edd027

Complementary Color

#edd027 #2744ed

#edd027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd027 Color CSS Codes

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

#edd027 Text Font Color

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

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


#edd027 Background Color

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

This div background color is #edd027


#edd027 Border Color

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

This div border color is #edd027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd027


Comments

No comments written yet.

Please login to write comment.