Color Hex Logo

#ccf24d Color Hex

#CCF24D
(204,242,77)
0 Favorites   0 Comments

Color spaces of #ccf24d

RGB 20424277
HSL0.210.860.63
HSV74°68°95°
CMYK 0.160.000.68   0.05
XYZ57.993576.877518.8034
Yxy76.87750.37740.5003
Hunter Lab87.6798-35.375648.6608
CIE-Lab90.2652-33.957271.8406

#ccf24d color RGB value is (204,242,77).

#ccf24d hex color red value is 204, green value is 242 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ccf24d hue: 0.21 , saturation: 0.86 and the lightness value of ccf24d is 0.63.

The process color (four color CMYK) of #ccf24d color hex is 0.16, 0.00, 0.68, 0.05. Web safe color of #ccf24d is #ccff66. Color #ccf24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 01001101
Octal 314 362 115
Decimal 204 242 77
Hex CC F2 4D

RGB Percentages of Color #ccf24d

%39.01
%46.27
%14.72

CMYK Percentages of Color #ccf24d

%16
%0
%68
%5

Triadic Colors of #ccf24d

#ccf24d #4dccf2 #f24dcc

Analogous Colors of #ccf24d

#ccf24d #7af24d #f2c64d

Monochromatic Colors of #ccf24d

#ccf24d

Complementary Color

#ccf24d #734df2

#ccf24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf24d Color CSS Codes

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

#ccf24d Text Font Color

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

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


#ccf24d Background Color

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

This div background color is #ccf24d


#ccf24d Border Color

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

This div border color is #ccf24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf24d


Comments

No comments written yet.

Please login to write comment.