Color Hex Logo

#eec234 Color Hex

#EEC234
(238,194,52)
0 Favorites   0 Comments

Color spaces of #eec234

RGB 23819452
HSL0.130.850.57
HSV46°78°93°
CMYK 0.000.180.78   0.07
XYZ55.171557.008611.3447
Yxy57.00860.44660.4615
Hunter Lab75.5040-1.700543.9443
CIE-Lab80.18442.501071.7241

#eec234 color RGB value is (238,194,52).

#eec234 hex color red value is 238, green value is 194 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #eec234 hue: 0.13 , saturation: 0.85 and the lightness value of eec234 is 0.57.

The process color (four color CMYK) of #eec234 color hex is 0.00, 0.18, 0.78, 0.07. Web safe color of #eec234 is #ffcc33. Color #eec234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 00110100
Octal 356 302 64
Decimal 238 194 52
Hex EE C2 34

RGB Percentages of Color #eec234

%49.17
%40.08
%10.74

CMYK Percentages of Color #eec234

%0
%18
%78
%7

Triadic Colors of #eec234

#eec234 #34eec2 #c234ee

Analogous Colors of #eec234

#eec234 #bdee34 #ee6534

Monochromatic Colors of #eec234

#eec234

Complementary Color

#eec234 #3460ee

#eec234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec234 Color CSS Codes

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

#eec234 Text Font Color

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

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


#eec234 Background Color

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

This div background color is #eec234


#eec234 Border Color

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

This div border color is #eec234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec234


Comments

No comments written yet.

Please login to write comment.