Color Hex Logo

#ccf24e Color Hex

#CCF24E
(204,242,78)
0 Favorites   0 Comments

Color spaces of #ccf24e

RGB 20424278
HSL0.210.860.63
HSV74°68°95°
CMYK 0.160.000.68   0.05
XYZ58.029176.891718.9909
Yxy76.89170.37700.4996
Hunter Lab87.6879-35.328248.5409
CIE-Lab90.2717-33.898771.4829

#ccf24e color RGB value is (204,242,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 01001110
Octal 314 362 116
Decimal 204 242 78
Hex CC F2 4E

RGB Percentages of Color #ccf24e

%38.93
%46.18
%14.89

CMYK Percentages of Color #ccf24e

%16
%0
%68
%5

Triadic Colors of #ccf24e

#ccf24e #4eccf2 #f24ecc

Analogous Colors of #ccf24e

#ccf24e #7af24e #f2c64e

Monochromatic Colors of #ccf24e

#ccf24e

Complementary Color

#ccf24e #744ef2

#ccf24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf24e Color CSS Codes

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

#ccf24e Text Font Color

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

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


#ccf24e Background Color

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

This div background color is #ccf24e


#ccf24e Border Color

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

This div border color is #ccf24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf24e


Comments

No comments written yet.

Please login to write comment.