Color Hex Logo

#ccf395 Color Hex

#CCF395
(204,243,149)
0 Favorites   0 Comments

Color spaces of #ccf395

RGB 204243149
HSL0.240.800.77
HSV85°39°95°
CMYK 0.160.000.39   0.05
XYZ62.377279.108540.4156
Yxy79.10850.34290.4349
Hunter Lab88.9430-30.465135.3187
CIE-Lab91.2834-27.918941.2373

#ccf395 color RGB value is (204,243,149).

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

The process color (four color CMYK) of #ccf395 color hex is 0.16, 0.00, 0.39, 0.05. Web safe color of #ccf395 is #ccff99. Color #ccf395 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 10010101
Octal 314 363 225
Decimal 204 243 149
Hex CC F3 95

RGB Percentages of Color #ccf395

%34.23
%40.77
%25.00

CMYK Percentages of Color #ccf395

%16
%0
%39
%5

Triadic Colors of #ccf395

#ccf395 #95ccf3 #f395cc

Analogous Colors of #ccf395

#ccf395 #9df395 #f3eb95

Monochromatic Colors of #ccf395

#ccf395

Complementary Color

#ccf395 #bc95f3

#ccf395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf395 Color CSS Codes

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

#ccf395 Text Font Color

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

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


#ccf395 Background Color

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

This div background color is #ccf395


#ccf395 Border Color

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

This div border color is #ccf395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf395

Related Colors


Comments

No comments written yet.

Please login to write comment.