Color Hex Logo

#ccf85c Color Hex

#CCF85C
(204,248,92)
0 Favorites   0 Comments

Color spaces of #ccf85c

RGB 20424892
HSL0.210.920.67
HSV77°63°97°
CMYK 0.180.000.63   0.03
XYZ60.401080.744922.5271
Yxy80.74490.36900.4933
Hunter Lab89.8582-37.267448.0369
CIE-Lab92.0181-35.723667.9488

#ccf85c color RGB value is (204,248,92).

#ccf85c hex color red value is 204, green value is 248 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ccf85c hue: 0.21 , saturation: 0.92 and the lightness value of ccf85c is 0.67.

The process color (four color CMYK) of #ccf85c color hex is 0.18, 0.00, 0.63, 0.03. Web safe color of #ccf85c is #ccff66. Color #ccf85c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111000 01011100
Octal 314 370 134
Decimal 204 248 92
Hex CC F8 5C

RGB Percentages of Color #ccf85c

%37.50
%45.59
%16.91

CMYK Percentages of Color #ccf85c

%18
%0
%63
%3

Triadic Colors of #ccf85c

#ccf85c #5cccf8 #f85ccc

Analogous Colors of #ccf85c

#ccf85c #7ef85c #f8d65c

Monochromatic Colors of #ccf85c

#ccf85c

Complementary Color

#ccf85c #885cf8

#ccf85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf85c Color CSS Codes

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

#ccf85c Text Font Color

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

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


#ccf85c Background Color

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

This div background color is #ccf85c


#ccf85c Border Color

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

This div border color is #ccf85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf85c


Comments

No comments written yet.

Please login to write comment.