Color Hex Logo

#eecf0f Color Hex

#EECF0F
(238,207,15)
0 Favorites   0 Comments

Color spaces of #eecf0f

RGB 23820715
HSL0.140.880.50
HSV52°94°93°
CMYK 0.000.130.94   0.07
XYZ57.658962.83739.5418
Yxy62.83730.44340.4832
Hunter Lab79.2700-8.886348.3522
CIE-Lab83.3567-4.996482.4691

#eecf0f color RGB value is (238,207,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 00001111
Octal 356 317 17
Decimal 238 207 15
Hex EE CF F

RGB Percentages of Color #eecf0f

%51.74
%45.00
%3.26

CMYK Percentages of Color #eecf0f

%0
%13
%94
%7

Triadic Colors of #eecf0f

#eecf0f #0feecf #cf0fee

Analogous Colors of #eecf0f

#eecf0f #9eee0f #ee600f

Monochromatic Colors of #eecf0f

#eecf0f

Complementary Color

#eecf0f #0f2eee

#eecf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecf0f Color CSS Codes

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

#eecf0f Text Font Color

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

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


#eecf0f Background Color

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

This div background color is #eecf0f


#eecf0f Border Color

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

This div border color is #eecf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecf0f


Comments

No comments written yet.

Please login to write comment.