Color Hex Logo

#ccf205 Color Hex

#CCF205
(204,242,5)
0 Favorites   0 Comments

Color spaces of #ccf205

RGB 2042425
HSL0.190.960.48
HSV70°98°95°
CMYK 0.160.000.98   0.05
XYZ56.681476.352611.8937
Yxy76.35260.39110.5268
Hunter Lab87.3800-37.126153.0957
CIE-Lab90.0228-36.135187.1926

#ccf205 color RGB value is (204,242,5).

#ccf205 hex color red value is 204, green value is 242 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ccf205 hue: 0.19 , saturation: 0.96 and the lightness value of ccf205 is 0.48.

The process color (four color CMYK) of #ccf205 color hex is 0.16, 0.00, 0.98, 0.05. Web safe color of #ccf205 is #ccff00. Color #ccf205 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 00000101
Octal 314 362 5
Decimal 204 242 5
Hex CC F2 5

RGB Percentages of Color #ccf205

%45.23
%53.66
%1.11

CMYK Percentages of Color #ccf205

%16
%0
%98
%5

Triadic Colors of #ccf205

#ccf205 #05ccf2 #f205cc

Analogous Colors of #ccf205

#ccf205 #56f205 #f2a205

Monochromatic Colors of #ccf205

#ccf205

Complementary Color

#ccf205 #2b05f2

#ccf205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf205 Color CSS Codes

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

#ccf205 Text Font Color

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

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


#ccf205 Background Color

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

This div background color is #ccf205


#ccf205 Border Color

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

This div border color is #ccf205


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf205

#ccf205 Color Palettes


Comments

No comments written yet.

Please login to write comment.