Color Hex Logo

#eec950 Color Hex

#EEC950
(238,201,80)
0 Favorites   0 Comments

Color spaces of #eec950

RGB 23820180
HSL0.130.820.62
HSV46°66°93°
CMYK 0.000.160.66   0.07
XYZ57.594560.529616.2372
Yxy60.52960.42870.4505
Hunter Lab77.8008-4.011042.0866
CIE-Lab82.12520.154263.1225

#eec950 color RGB value is (238,201,80).

#eec950 hex color red value is 238, green value is 201 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eec950 hue: 0.13 , saturation: 0.82 and the lightness value of eec950 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01010000
Octal 356 311 120
Decimal 238 201 80
Hex EE C9 50

RGB Percentages of Color #eec950

%45.86
%38.73
%15.41

CMYK Percentages of Color #eec950

%0
%16
%66
%7

Triadic Colors of #eec950

#eec950 #50eec9 #c950ee

Analogous Colors of #eec950

#eec950 #c4ee50 #ee7a50

Monochromatic Colors of #eec950

#eec950

Complementary Color

#eec950 #5075ee

#eec950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec950 Color CSS Codes

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

#eec950 Text Font Color

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

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


#eec950 Background Color

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

This div background color is #eec950


#eec950 Border Color

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

This div border color is #eec950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec950


Comments

No comments written yet.

Please login to write comment.