Color Hex Logo

#ffffcc Color Hex

#FFFFCC
(255,255,204)
49 Favorites   0 Comments

Color spaces of #ffffcc

RGB 255255204
HSL0.171.000.90
HSV60°20°100°
CMYK 0.000.000.20   0.00
XYZ87.899197.139671.2438
Yxy97.13960.34300.3790
Hunter Lab98.5594-13.285826.1337
CIE-Lab98.8833-8.048524.4442

#ffffcc color RGB value is (255,255,204). This hex color code is also a web safe color which is equal to #FFC.

#ffffcc hex color red value is 255, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ffffcc hue: 0.17 , saturation: 1.00 and the lightness value of ffffcc is 0.90.

The process color (four color CMYK) of #ffffcc color hex is 0.00, 0.00, 0.20, 0.00. Web safe color of #ffffcc is #ffffcc. Color #ffffcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111111 11001100
Octal 377 377 314
Decimal 255 255 204
Hex FF FF CC

RGB Percentages of Color #ffffcc

%35.71
%35.71
%28.57

CMYK Percentages of Color #ffffcc

%0
%0
%20
%0

Triadic Colors of #ffffcc

#ffffcc #ccffff #ffccff

Analogous Colors of #ffffcc

#ffffcc #e6ffcc #ffe6cc

Monochromatic Colors of #ffffcc

#ffffcc

Complementary Color

#ffffcc #ccccff

#ffffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffffcc Color CSS Codes

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

#ffffcc Text Font Color

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

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


#ffffcc Background Color

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

This div background color is #ffffcc


#ffffcc Border Color

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

This div border color is #ffffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.