Color Hex Logo

#ccf180 Color Hex

#CCF180
(204,241,128)
0 Favorites   0 Comments

Color spaces of #ccf180

RGB 204241128
HSL0.220.800.72
HSV80°47°95°
CMYK 0.150.000.47   0.05
XYZ60.253477.306532.1680
Yxy77.30650.35500.4555
Hunter Lab87.9241-31.543239.8550
CIE-Lab90.4625-29.369150.3518

#ccf180 color RGB value is (204,241,128).

#ccf180 hex color red value is 204, green value is 241 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ccf180 hue: 0.22 , saturation: 0.80 and the lightness value of ccf180 is 0.72.

The process color (four color CMYK) of #ccf180 color hex is 0.15, 0.00, 0.47, 0.05. Web safe color of #ccf180 is #ccff99. Color #ccf180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 10000000
Octal 314 361 200
Decimal 204 241 128
Hex CC F1 80

RGB Percentages of Color #ccf180

%35.60
%42.06
%22.34

CMYK Percentages of Color #ccf180

%15
%0
%47
%5

Triadic Colors of #ccf180

#ccf180 #80ccf1 #f180cc

Analogous Colors of #ccf180

#ccf180 #94f180 #f1de80

Monochromatic Colors of #ccf180

#ccf180

Complementary Color

#ccf180 #a580f1

#ccf180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf180 Color CSS Codes

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

#ccf180 Text Font Color

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

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


#ccf180 Background Color

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

This div background color is #ccf180


#ccf180 Border Color

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

This div border color is #ccf180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf180


Comments

No comments written yet.

Please login to write comment.