Color Hex Logo

#edd250 Color Hex

#EDD250
(237,210,80)
0 Favorites   0 Comments

Color spaces of #edd250

RGB 23721080
HSL0.140.810.62
HSV50°66°93°
CMYK 0.000.110.66   0.07
XYZ59.419664.676916.9416
Yxy64.67690.42130.4586
Hunter Lab80.4219-8.854043.8054
CIE-Lab84.3170-4.870265.3894

#edd250 color RGB value is (237,210,80).

#edd250 hex color red value is 237, green value is 210 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #edd250 hue: 0.14 , saturation: 0.81 and the lightness value of edd250 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 01010000
Octal 355 322 120
Decimal 237 210 80
Hex ED D2 50

RGB Percentages of Color #edd250

%44.97
%39.85
%15.18

CMYK Percentages of Color #edd250

%0
%11
%66
%7

Triadic Colors of #edd250

#edd250 #50edd2 #d250ed

Analogous Colors of #edd250

#edd250 #baed50 #ed8450

Monochromatic Colors of #edd250

#edd250

Complementary Color

#edd250 #506bed

#edd250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd250 Color CSS Codes

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

#edd250 Text Font Color

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

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


#edd250 Background Color

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

This div background color is #edd250


#edd250 Border Color

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

This div border color is #edd250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd250


Comments

No comments written yet.

Please login to write comment.