Color Hex Logo

#ccf094 Color Hex

#CCF094
(204,240,148)
0 Favorites   0 Comments

Color spaces of #ccf094

RGB 204240148
HSL0.230.750.76
HSV83°38°94°
CMYK 0.150.000.38   0.06
XYZ61.407277.295739.7000
Yxy77.29570.34420.4333
Hunter Lab87.9180-29.181334.7698
CIE-Lab90.4575-26.623440.6668

#ccf094 color RGB value is (204,240,148).

#ccf094 hex color red value is 204, green value is 240 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ccf094 hue: 0.23 , saturation: 0.75 and the lightness value of ccf094 is 0.76.

The process color (four color CMYK) of #ccf094 color hex is 0.15, 0.00, 0.38, 0.06. Web safe color of #ccf094 is #ccff99. Color #ccf094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 10010100
Octal 314 360 224
Decimal 204 240 148
Hex CC F0 94

RGB Percentages of Color #ccf094

%34.46
%40.54
%25.00

CMYK Percentages of Color #ccf094

%15
%0
%38
%6

Triadic Colors of #ccf094

#ccf094 #94ccf0 #f094cc

Analogous Colors of #ccf094

#ccf094 #9ef094 #f0e694

Monochromatic Colors of #ccf094

#ccf094

Complementary Color

#ccf094 #b894f0

#ccf094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf094 Color CSS Codes

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

#ccf094 Text Font Color

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

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


#ccf094 Background Color

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

This div background color is #ccf094


#ccf094 Border Color

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

This div border color is #ccf094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf094


Comments

No comments written yet.

Please login to write comment.