Color Hex Logo

#eeea15 Color Hex

#EEEA15
(238,234,21)
0 Favorites   0 Comments

Color spaces of #eeea15

RGB 23823421
HSL0.160.860.51
HSV59°91°93°
CMYK 0.000.020.91   0.07
XYZ64.818177.076912.1705
Yxy77.07690.42070.5003
Hunter Lab87.7935-21.851653.2362
CIE-Lab90.3570-18.330787.0328

#eeea15 color RGB value is (238,234,21).

#eeea15 hex color red value is 238, green value is 234 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #eeea15 hue: 0.16 , saturation: 0.86 and the lightness value of eeea15 is 0.51.

The process color (four color CMYK) of #eeea15 color hex is 0.00, 0.02, 0.91, 0.07. Web safe color of #eeea15 is #ffff00. Color #eeea15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 00010101
Octal 356 352 25
Decimal 238 234 21
Hex EE EA 15

RGB Percentages of Color #eeea15

%48.28
%47.46
%4.26

CMYK Percentages of Color #eeea15

%0
%2
%91
%7

Triadic Colors of #eeea15

#eeea15 #15eeea #ea15ee

Analogous Colors of #eeea15

#eeea15 #86ee15 #ee7e15

Monochromatic Colors of #eeea15

#eeea15

Complementary Color

#eeea15 #1519ee

#eeea15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeea15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeea15 Color CSS Codes

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

#eeea15 Text Font Color

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

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


#eeea15 Background Color

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

This div background color is #eeea15


#eeea15 Border Color

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

This div border color is #eeea15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeea15


Comments

No comments written yet.

Please login to write comment.