Color Hex Logo

#ccf25a Color Hex

#CCF25A
(204,242,90)
0 Favorites   0 Comments

Color spaces of #ccf25a

RGB 20424290
HSL0.210.850.65
HSV75°63°95°
CMYK 0.160.000.63   0.05
XYZ58.499477.079821.4675
Yxy77.07980.37250.4908
Hunter Lab87.7951-34.703846.9591
CIE-Lab90.3583-33.129166.9717

#ccf25a color RGB value is (204,242,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 01011010
Octal 314 362 132
Decimal 204 242 90
Hex CC F2 5A

RGB Percentages of Color #ccf25a

%38.06
%45.15
%16.79

CMYK Percentages of Color #ccf25a

%16
%0
%63
%5

Triadic Colors of #ccf25a

#ccf25a #5accf2 #f25acc

Analogous Colors of #ccf25a

#ccf25a #80f25a #f2cc5a

Monochromatic Colors of #ccf25a

#ccf25a

Complementary Color

#ccf25a #805af2

#ccf25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf25a Color CSS Codes

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

#ccf25a Text Font Color

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

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


#ccf25a Background Color

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

This div background color is #ccf25a


#ccf25a Border Color

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

This div border color is #ccf25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf25a


Comments

No comments written yet.

Please login to write comment.