Color Hex Logo

#eecf05 Color Hex

#EECF05
(238,207,5)
0 Favorites   0 Comments

Color spaces of #eecf05

RGB 2382075
HSL0.140.960.48
HSV52°98°93°
CMYK 0.000.130.98   0.07
XYZ57.600162.81379.2320
Yxy62.81370.44430.4845
Hunter Lab79.2551-8.968348.5722
CIE-Lab83.3443-5.086783.4197

#eecf05 color RGB value is (238,207,5).

#eecf05 hex color red value is 238, green value is 207 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #eecf05 hue: 0.14 , saturation: 0.96 and the lightness value of eecf05 is 0.48.

The process color (four color CMYK) of #eecf05 color hex is 0.00, 0.13, 0.98, 0.07. Web safe color of #eecf05 is #ffcc00. Color #eecf05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 00000101
Octal 356 317 5
Decimal 238 207 5
Hex EE CF 5

RGB Percentages of Color #eecf05

%52.89
%46.00
%1.11

CMYK Percentages of Color #eecf05

%0
%13
%98
%7

Triadic Colors of #eecf05

#eecf05 #05eecf #cf05ee

Analogous Colors of #eecf05

#eecf05 #99ee05 #ee5b05

Monochromatic Colors of #eecf05

#eecf05

Complementary Color

#eecf05 #0524ee

#eecf05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecf05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecf05 Color CSS Codes

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

#eecf05 Text Font Color

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

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


#eecf05 Background Color

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

This div background color is #eecf05


#eecf05 Border Color

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

This div border color is #eecf05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecf05


Comments

No comments written yet.

Please login to write comment.