Color Hex Logo

#eec35d Color Hex

#EEC35D
(238,195,93)
0 Favorites   0 Comments

Color spaces of #eec35d

RGB 23819593
HSL0.120.810.65
HSV42°61°93°
CMYK 0.000.180.61   0.07
XYZ56.750857.997718.5595
Yxy57.99770.42570.4351
Hunter Lab76.1562-0.257138.8602
CIE-Lab80.73754.059455.8972

#eec35d color RGB value is (238,195,93).

#eec35d hex color red value is 238, green value is 195 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eec35d hue: 0.12 , saturation: 0.81 and the lightness value of eec35d is 0.65.

The process color (four color CMYK) of #eec35d color hex is 0.00, 0.18, 0.61, 0.07. Web safe color of #eec35d is #ffcc66. Color #eec35d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 01011101
Octal 356 303 135
Decimal 238 195 93
Hex EE C3 5D

RGB Percentages of Color #eec35d

%45.25
%37.07
%17.68

CMYK Percentages of Color #eec35d

%0
%18
%61
%7

Triadic Colors of #eec35d

#eec35d #5deec3 #c35dee

Analogous Colors of #eec35d

#eec35d #d1ee5d #ee7b5d

Monochromatic Colors of #eec35d

#eec35d

Complementary Color

#eec35d #5d88ee

#eec35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec35d Color CSS Codes

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

#eec35d Text Font Color

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

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


#eec35d Background Color

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

This div background color is #eec35d


#eec35d Border Color

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

This div border color is #eec35d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,195,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec35d


Comments

No comments written yet.

Please login to write comment.