Color Hex Logo

#ccfa85 Color Hex

#CCFA85
(204,250,133)
0 Favorites   0 Comments

Color spaces of #ccfa85

RGB 204250133
HSL0.230.920.75
HSV84°47°98°
CMYK 0.180.000.47   0.02
XYZ63.321182.902034.8546
Yxy82.90200.34970.4578
Hunter Lab91.0505-35.200641.0389
CIE-Lab92.9715-33.014751.0681

#ccfa85 color RGB value is (204,250,133).

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

The process color (four color CMYK) of #ccfa85 color hex is 0.18, 0.00, 0.47, 0.02. Web safe color of #ccfa85 is #ccff99. Color #ccfa85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10000101
Octal 314 372 205
Decimal 204 250 133
Hex CC FA 85

RGB Percentages of Color #ccfa85

%34.75
%42.59
%22.66

CMYK Percentages of Color #ccfa85

%18
%0
%47
%2

Triadic Colors of #ccfa85

#ccfa85 #85ccfa #fa85cc

Analogous Colors of #ccfa85

#ccfa85 #92fa85 #faee85

Monochromatic Colors of #ccfa85

#ccfa85

Complementary Color

#ccfa85 #b385fa

#ccfa85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa85 Color CSS Codes

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

#ccfa85 Text Font Color

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

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


#ccfa85 Background Color

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

This div background color is #ccfa85


#ccfa85 Border Color

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

This div border color is #ccfa85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa85

Related Colors


Comments

No comments written yet.

Please login to write comment.