Color Hex Logo

#ccfb04 Color Hex

#CCFB04
(204,251,4)
0 Favorites   0 Comments

Color spaces of #ccfb04

RGB 2042514
HSL0.200.970.50
HSV71°98°98°
CMYK 0.190.000.98   0.02
XYZ59.420981.840512.7798
Yxy81.84050.38570.5313
Hunter Lab90.4657-41.070354.9503
CIE-Lab92.5044-40.157889.1536

#ccfb04 color RGB value is (204,251,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 00000100
Octal 314 373 4
Decimal 204 251 4
Hex CC FB 4

RGB Percentages of Color #ccfb04

%44.44
%54.68
%0.87

CMYK Percentages of Color #ccfb04

%19
%0
%98
%2

Triadic Colors of #ccfb04

#ccfb04 #04ccfb #fb04cc

Analogous Colors of #ccfb04

#ccfb04 #50fb04 #fbaf04

Monochromatic Colors of #ccfb04

#ccfb04

Complementary Color

#ccfb04 #3304fb

#ccfb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfb04 Color CSS Codes

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

#ccfb04 Text Font Color

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

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


#ccfb04 Background Color

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

This div background color is #ccfb04


#ccfb04 Border Color

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

This div border color is #ccfb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfb04


Comments

No comments written yet.

Please login to write comment.