Color Hex Logo

#94ffcc Color Hex

#94FFCC
(148,255,204)
0 Favorites   0 Comments

Color spaces of #94ffcc

RGB 148255204
HSL0.421.000.79
HSV151°42°100°
CMYK 0.420.000.20   0.00
XYZ58.871882.175569.8853
Yxy82.17550.27910.3896
Hunter Lab90.6507-42.714517.7471
CIE-Lab92.6523-42.116114.8118

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

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

The process color (four color CMYK) of #94ffcc color hex is 0.42, 0.00, 0.20, 0.00. Web safe color of #94ffcc is #99ffcc. Color #94ffcc contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #94ffcc

%24.38
%42.01
%33.61

CMYK Percentages of Color #94ffcc

%42
%0
%20
%0

Triadic Colors of #94ffcc

#94ffcc #cc94ff #ffcc94

Analogous Colors of #94ffcc

#94ffcc #94fdff #94ff97

Monochromatic Colors of #94ffcc

#94ffcc

Complementary Color

#94ffcc #ff94c7

#94ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#94ffcc Color CSS Codes

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

#94ffcc Text Font Color

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

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


#94ffcc Background Color

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

This div background color is #94ffcc


#94ffcc Border Color

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

This div border color is #94ffcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,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 #94ffcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94ffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.