Color Hex Logo

#edd262 Color Hex

#EDD262
(237,210,98)
0 Favorites   0 Comments

Color spaces of #edd262

RGB 23721098
HSL0.130.790.66
HSV48°59°93°
CMYK 0.000.110.59   0.07
XYZ60.176364.979620.9260
Yxy64.97960.41190.4448
Hunter Lab80.6099-7.814941.0355
CIE-Lab84.4732-3.736557.8121

#edd262 color RGB value is (237,210,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01100010
Octal 355 322 142
Decimal 237 210 98
Hex ED D2 62

RGB Percentages of Color #edd262

%43.49
%38.53
%17.98

CMYK Percentages of Color #edd262

%0
%11
%59
%7

Triadic Colors of #edd262

#edd262 #62edd2 #d262ed

Analogous Colors of #edd262

#edd262 #c3ed62 #ed8d62

Monochromatic Colors of #edd262

#edd262

Complementary Color

#edd262 #627ded

#edd262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd262 Color CSS Codes

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

#edd262 Text Font Color

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

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


#edd262 Background Color

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

This div background color is #edd262


#edd262 Border Color

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

This div border color is #edd262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd262


Comments

No comments written yet.

Please login to write comment.