Color Hex Logo

#ccf507 Color Hex

#CCF507
(204,245,7)
0 Favorites   0 Comments

Color spaces of #ccf507

RGB 2042457
HSL0.200.940.49
HSV70°97°96°
CMYK 0.170.000.97   0.04
XYZ57.592678.157512.2515
Yxy78.15750.38910.5281
Hunter Lab88.4067-38.427953.6682
CIE-Lab90.8517-37.464887.6725

#ccf507 color RGB value is (204,245,7).

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

The process color (four color CMYK) of #ccf507 color hex is 0.17, 0.00, 0.97, 0.04. Web safe color of #ccf507 is #ccff00. Color #ccf507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 00000111
Octal 314 365 7
Decimal 204 245 7
Hex CC F5 7

RGB Percentages of Color #ccf507

%44.74
%53.73
%1.54

CMYK Percentages of Color #ccf507

%17
%0
%97
%4

Triadic Colors of #ccf507

#ccf507 #07ccf5 #f507cc

Analogous Colors of #ccf507

#ccf507 #55f507 #f5a707

Monochromatic Colors of #ccf507

#ccf507

Complementary Color

#ccf507 #3007f5

#ccf507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf507 Color CSS Codes

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

#ccf507 Text Font Color

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

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


#ccf507 Background Color

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

This div background color is #ccf507


#ccf507 Border Color

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

This div border color is #ccf507


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,245,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 #ccf507">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf507


Comments

No comments written yet.

Please login to write comment.