Color Hex Logo

#ffe06c Color Hex

#FFE06C
(255,224,108)
1 Favorites   0 Comments

Color spaces of #ffe06c

RGB 255224108
HSL0.131.000.71
HSV47°58°100°
CMYK 0.000.120.58   0.00
XYZ70.602475.654025.0689
Yxy75.65400.41210.4416
Hunter Lab86.9793-7.322743.7971
CIE-Lab89.6985-2.771859.6581

#ffe06c color RGB value is (255,224,108).

#ffe06c hex color red value is 255, green value is 224 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ffe06c hue: 0.13 , saturation: 1.00 and the lightness value of ffe06c is 0.71.

The process color (four color CMYK) of #ffe06c color hex is 0.00, 0.12, 0.58, 0.00. Web safe color of #ffe06c is #ffcc66. Color #ffe06c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 01101100
Octal 377 340 154
Decimal 255 224 108
Hex FF E0 6C

RGB Percentages of Color #ffe06c

%43.44
%38.16
%18.40

CMYK Percentages of Color #ffe06c

%0
%12
%58
%0

Triadic Colors of #ffe06c

#ffe06c #6cffe0 #e06cff

Analogous Colors of #ffe06c

#ffe06c #d5ff6c #ff976c

Monochromatic Colors of #ffe06c

#ffe06c

Complementary Color

#ffe06c #6c8bff

#ffe06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe06c Color CSS Codes

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

#ffe06c Text Font Color

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

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


#ffe06c Background Color

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

This div background color is #ffe06c


#ffe06c Border Color

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

This div border color is #ffe06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe06c

Related Colors


Comments

No comments written yet.

Please login to write comment.