Color Hex Logo

#ccf50f Color Hex

#CCF50F
(204,245,15)
0 Favorites   0 Comments

Color spaces of #ccf50f

RGB 20424515
HSL0.200.920.51
HSV71°94°96°
CMYK 0.170.000.94   0.04
XYZ57.640578.176712.5036
Yxy78.17670.38860.5271
Hunter Lab88.4176-38.364553.5078
CIE-Lab90.8605-37.385287.0298

#ccf50f color RGB value is (204,245,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 00001111
Octal 314 365 17
Decimal 204 245 15
Hex CC F5 F

RGB Percentages of Color #ccf50f

%43.97
%52.80
%3.23

CMYK Percentages of Color #ccf50f

%17
%0
%94
%4

Triadic Colors of #ccf50f

#ccf50f #0fccf5 #f50fcc

Analogous Colors of #ccf50f

#ccf50f #59f50f #f5ab0f

Monochromatic Colors of #ccf50f

#ccf50f

Complementary Color

#ccf50f #380ff5

#ccf50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf50f Color CSS Codes

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

#ccf50f Text Font Color

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

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


#ccf50f Background Color

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

This div background color is #ccf50f


#ccf50f Border Color

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

This div border color is #ccf50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf50f


Comments

No comments written yet.

Please login to write comment.