Color Hex Logo

#ccf84c Color Hex

#CCF84C
(204,248,76)
0 Favorites   0 Comments

Color spaces of #ccf84c

RGB 20424876
HSL0.210.920.64
HSV75°69°97°
CMYK 0.180.000.69   0.03
XYZ59.773780.494019.2240
Yxy80.49400.37480.5047
Hunter Lab89.7184-38.084150.0988
CIE-Lab91.9061-36.734273.8453

#ccf84c color RGB value is (204,248,76).

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

The process color (four color CMYK) of #ccf84c color hex is 0.18, 0.00, 0.69, 0.03. Web safe color of #ccf84c is #ccff33. Color #ccf84c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111000 01001100
Octal 314 370 114
Decimal 204 248 76
Hex CC F8 4C

RGB Percentages of Color #ccf84c

%38.64
%46.97
%14.39

CMYK Percentages of Color #ccf84c

%18
%0
%69
%3

Triadic Colors of #ccf84c

#ccf84c #4cccf8 #f84ccc

Analogous Colors of #ccf84c

#ccf84c #76f84c #f8ce4c

Monochromatic Colors of #ccf84c

#ccf84c

Complementary Color

#ccf84c #784cf8

#ccf84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf84c Color CSS Codes

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

#ccf84c Text Font Color

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

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


#ccf84c Background Color

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

This div background color is #ccf84c


#ccf84c Border Color

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

This div border color is #ccf84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf84c


Comments

No comments written yet.

Please login to write comment.