Color Hex Logo

#edd270 Color Hex

#EDD270
(237,210,112)
0 Favorites   0 Comments

Color spaces of #edd270

RGB 237210112
HSL0.130.780.68
HSV47°53°93°
CMYK 0.000.110.53   0.07
XYZ60.896365.267624.7176
Yxy65.26760.40360.4326
Hunter Lab80.7884-6.830738.4118
CIE-Lab84.6214-2.669951.4799

#edd270 color RGB value is (237,210,112).

#edd270 hex color red value is 237, green value is 210 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #edd270 hue: 0.13 , saturation: 0.78 and the lightness value of edd270 is 0.68.

The process color (four color CMYK) of #edd270 color hex is 0.00, 0.11, 0.53, 0.07. Web safe color of #edd270 is #ffcc66. Color #edd270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01110000
Octal 355 322 160
Decimal 237 210 112
Hex ED D2 70

RGB Percentages of Color #edd270

%42.40
%37.57
%20.04

CMYK Percentages of Color #edd270

%0
%11
%53
%7

Triadic Colors of #edd270

#edd270 #70edd2 #d270ed

Analogous Colors of #edd270

#edd270 #caed70 #ed9470

Monochromatic Colors of #edd270

#edd270

Complementary Color

#edd270 #708bed

#edd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd270 Color CSS Codes

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

#edd270 Text Font Color

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

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


#edd270 Background Color

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

This div background color is #edd270


#edd270 Border Color

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

This div border color is #edd270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd270


Comments

No comments written yet.

Please login to write comment.