Color Hex Logo

#ffee08 Color Hex

#FFEE08
(255,238,8)
0 Favorites   0 Comments

Color spaces of #ffee08

RGB 2552388
HSL0.161.000.52
HSV56°97°100°
CMYK 0.000.070.97   0.00
XYZ71.858482.426612.3523
Yxy82.42660.43120.4946
Hunter Lab90.7891-17.600555.4857
CIE-Lab92.7628-13.310890.7034

#ffee08 color RGB value is (255,238,8).

#ffee08 hex color red value is 255, green value is 238 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ffee08 hue: 0.16 , saturation: 1.00 and the lightness value of ffee08 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 00001000
Octal 377 356 10
Decimal 255 238 8
Hex FF EE 8

RGB Percentages of Color #ffee08

%50.90
%47.50
%1.60

CMYK Percentages of Color #ffee08

%0
%7
%97
%0

Triadic Colors of #ffee08

#ffee08 #08ffee #ee08ff

Analogous Colors of #ffee08

#ffee08 #95ff08 #ff7308

Monochromatic Colors of #ffee08

#ffee08

Complementary Color

#ffee08 #0819ff

#ffee08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffee08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffee08 Color CSS Codes

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

#ffee08 Text Font Color

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

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


#ffee08 Background Color

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

This div background color is #ffee08


#ffee08 Border Color

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

This div border color is #ffee08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffee08


Comments

No comments written yet.

Please login to write comment.