Color Hex Logo

#ccfb35 Color Hex

#CCFB35
(204,251,53)
0 Favorites   0 Comments

Color spaces of #ccfb35

RGB 20425153
HSL0.210.960.60
HSV74°79°98°
CMYK 0.190.000.79   0.02
XYZ60.041682.088816.0484
Yxy82.08880.37960.5190
Hunter Lab90.6029-40.264952.9200
CIE-Lab92.6140-39.146881.6194

#ccfb35 color RGB value is (204,251,53).

#ccfb35 hex color red value is 204, green value is 251 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ccfb35 hue: 0.21 , saturation: 0.96 and the lightness value of ccfb35 is 0.60.

The process color (four color CMYK) of #ccfb35 color hex is 0.19, 0.00, 0.79, 0.02. Web safe color of #ccfb35 is #ccff33. Color #ccfb35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111011 00110101
Octal 314 373 65
Decimal 204 251 53
Hex CC FB 35

RGB Percentages of Color #ccfb35

%40.16
%49.41
%10.43

CMYK Percentages of Color #ccfb35

%19
%0
%79
%2

Triadic Colors of #ccfb35

#ccfb35 #35ccfb #fb35cc

Analogous Colors of #ccfb35

#ccfb35 #69fb35 #fbc735

Monochromatic Colors of #ccfb35

#ccfb35

Complementary Color

#ccfb35 #6435fb

#ccfb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfb35 Color CSS Codes

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

#ccfb35 Text Font Color

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

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


#ccfb35 Background Color

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

This div background color is #ccfb35


#ccfb35 Border Color

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

This div border color is #ccfb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfb35


Comments

No comments written yet.

Please login to write comment.