Color Hex Logo

#ffcc94 Color Hex

#FFCC94
(255,204,148)
0 Favorites   0 Comments

Color spaces of #ffcc94

RGB 255204148
HSL0.091.000.79
HSV31°42°100°
CMYK 0.000.200.42   0.00
XYZ68.178266.583837.2756
Yxy66.58380.39630.3870
Hunter Lab81.59896.343830.0347
CIE-Lab85.293310.972634.7328

#ffcc94 color RGB value is (255,204,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001100 10010100
Octal 377 314 224
Decimal 255 204 148
Hex FF CC 94

RGB Percentages of Color #ffcc94

%42.01
%33.61
%24.38

CMYK Percentages of Color #ffcc94

%0
%20
%42
%0

Triadic Colors of #ffcc94

#ffcc94 #94ffcc #cc94ff

Analogous Colors of #ffcc94

#ffcc94 #fdff94 #ff9794

Monochromatic Colors of #ffcc94

#ffcc94

Complementary Color

#ffcc94 #94c7ff

#ffcc94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcc94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcc94 Color CSS Codes

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

#ffcc94 Text Font Color

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

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


#ffcc94 Background Color

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

This div background color is #ffcc94


#ffcc94 Border Color

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

This div border color is #ffcc94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcc94

Related Colors

#ffcc94 Color Palettes


Comments

No comments written yet.

Please login to write comment.