Color Hex Logo

#ccfb0f Color Hex

#CCFB0F
(204,251,15)
0 Favorites   0 Comments

Color spaces of #ccfb0f

RGB 20425115
HSL0.200.970.52
HSV72°94°98°
CMYK 0.190.000.94   0.02
XYZ59.485281.866213.1185
Yxy81.86620.38510.5300
Hunter Lab90.4799-40.986754.7396
CIE-Lab92.5158-40.052688.3156

#ccfb0f color RGB value is (204,251,15).

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

The process color (four color CMYK) of #ccfb0f color hex is 0.19, 0.00, 0.94, 0.02. Web safe color of #ccfb0f is #ccff00. Color #ccfb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 00001111
Octal 314 373 17
Decimal 204 251 15
Hex CC FB F

RGB Percentages of Color #ccfb0f

%43.40
%53.40
%3.19

CMYK Percentages of Color #ccfb0f

%19
%0
%94
%2

Triadic Colors of #ccfb0f

#ccfb0f #0fccfb #fb0fcc

Analogous Colors of #ccfb0f

#ccfb0f #56fb0f #fbb40f

Monochromatic Colors of #ccfb0f

#ccfb0f

Complementary Color

#ccfb0f #3e0ffb

#ccfb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfb0f Color CSS Codes

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

#ccfb0f Text Font Color

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

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


#ccfb0f Background Color

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

This div background color is #ccfb0f


#ccfb0f Border Color

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

This div border color is #ccfb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfb0f


Comments

No comments written yet.

Please login to write comment.