Color Hex Logo

#ccf207 Color Hex

#CCF207
(204,242,7)
0 Favorites   0 Comments

Color spaces of #ccf207

RGB 2042427
HSL0.190.940.49
HSV70°97°95°
CMYK 0.160.000.97   0.05
XYZ56.692376.357011.9514
Yxy76.35700.39100.5266
Hunter Lab87.3825-37.111553.0586
CIE-Lab90.0248-36.116987.0417

#ccf207 color RGB value is (204,242,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 00000111
Octal 314 362 7
Decimal 204 242 7
Hex CC F2 7

RGB Percentages of Color #ccf207

%45.03
%53.42
%1.55

CMYK Percentages of Color #ccf207

%16
%0
%97
%5

Triadic Colors of #ccf207

#ccf207 #07ccf2 #f207cc

Analogous Colors of #ccf207

#ccf207 #57f207 #f2a307

Monochromatic Colors of #ccf207

#ccf207

Complementary Color

#ccf207 #2d07f2

#ccf207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf207 Color CSS Codes

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

#ccf207 Text Font Color

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

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


#ccf207 Background Color

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

This div background color is #ccf207


#ccf207 Border Color

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

This div border color is #ccf207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf207


Comments

No comments written yet.

Please login to write comment.