Color Hex Logo

#ccf51f Color Hex

#CCF51F
(204,245,31)
0 Favorites   0 Comments

Color spaces of #ccf51f

RGB 20424531
HSL0.200.910.54
HSV71°87°96°
CMYK 0.170.000.87   0.04
XYZ57.801678.241113.3519
Yxy78.24110.38690.5237
Hunter Lab88.4540-38.151052.9681
CIE-Lab90.8898-37.117884.9299

#ccf51f color RGB value is (204,245,31).

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

The process color (four color CMYK) of #ccf51f color hex is 0.17, 0.00, 0.87, 0.04. Web safe color of #ccf51f is #ccff33. Color #ccf51f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 00011111
Octal 314 365 37
Decimal 204 245 31
Hex CC F5 1F

RGB Percentages of Color #ccf51f

%42.50
%51.04
%6.46

CMYK Percentages of Color #ccf51f

%17
%0
%87
%4

Triadic Colors of #ccf51f

#ccf51f #1fccf5 #f51fcc

Analogous Colors of #ccf51f

#ccf51f #61f51f #f5b31f

Monochromatic Colors of #ccf51f

#ccf51f

Complementary Color

#ccf51f #481ff5

#ccf51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf51f Color CSS Codes

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

#ccf51f Text Font Color

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

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


#ccf51f Background Color

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

This div background color is #ccf51f


#ccf51f Border Color

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

This div border color is #ccf51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf51f


Comments

No comments written yet.

Please login to write comment.