Color Hex Logo

#ccf594 Color Hex

#CCF594
(204,245,148)
0 Favorites   0 Comments

Color spaces of #ccf594

RGB 204245148
HSL0.240.830.77
HSV85°40°96°
CMYK 0.170.000.40   0.04
XYZ62.899580.280340.1975
Yxy80.28030.34300.4378
Hunter Lab89.5993-31.490136.1198
CIE-Lab91.8105-28.981642.4051

#ccf594 color RGB value is (204,245,148).

#ccf594 hex color red value is 204, green value is 245 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ccf594 hue: 0.24 , saturation: 0.83 and the lightness value of ccf594 is 0.77.

The process color (four color CMYK) of #ccf594 color hex is 0.17, 0.00, 0.40, 0.04. Web safe color of #ccf594 is #ccff99. Color #ccf594 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 10010100
Octal 314 365 224
Decimal 204 245 148
Hex CC F5 94

RGB Percentages of Color #ccf594

%34.17
%41.04
%24.79

CMYK Percentages of Color #ccf594

%17
%0
%40
%4

Triadic Colors of #ccf594

#ccf594 #94ccf5 #f594cc

Analogous Colors of #ccf594

#ccf594 #9cf594 #f5ee94

Monochromatic Colors of #ccf594

#ccf594

Complementary Color

#ccf594 #bd94f5

#ccf594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf594 Color CSS Codes

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

#ccf594 Text Font Color

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

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


#ccf594 Background Color

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

This div background color is #ccf594


#ccf594 Border Color

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

This div border color is #ccf594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf594


Comments

No comments written yet.

Please login to write comment.