Color Hex Logo

#ccf795 Color Hex

#CCF795
(204,247,149)
0 Favorites   0 Comments

Color spaces of #ccf795

RGB 204247149
HSL0.240.860.78
HSV86°40°97°
CMYK 0.170.000.40   0.03
XYZ63.587481.528840.8190
Yxy81.52880.34200.4385
Hunter Lab90.2933-32.307936.4020
CIE-Lab92.3665-29.795542.6281

#ccf795 color RGB value is (204,247,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110111 10010101
Octal 314 367 225
Decimal 204 247 149
Hex CC F7 95

RGB Percentages of Color #ccf795

%34.00
%41.17
%24.83

CMYK Percentages of Color #ccf795

%17
%0
%40
%3

Triadic Colors of #ccf795

#ccf795 #95ccf7 #f795cc

Analogous Colors of #ccf795

#ccf795 #9bf795 #f7f195

Monochromatic Colors of #ccf795

#ccf795

Complementary Color

#ccf795 #c095f7

#ccf795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf795 Color CSS Codes

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

#ccf795 Text Font Color

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

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


#ccf795 Background Color

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

This div background color is #ccf795


#ccf795 Border Color

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

This div border color is #ccf795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf795


Comments

No comments written yet.

Please login to write comment.