Color Hex Logo

#ccff3a Color Hex

#CCFF3A
(204,255,58)
0 Favorites   0 Comments

Color spaces of #ccff3a

RGB 20425558
HSL0.211.000.61
HSV76°77°100°
CMYK 0.200.000.77   0.00
XYZ61.425684.662917.1071
Yxy84.66290.37640.5188
Hunter Lab92.0124-41.858953.3854
CIE-Lab93.7377-40.718781.2828

#ccff3a color RGB value is (204,255,58).

#ccff3a hex color red value is 204, green value is 255 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ccff3a hue: 0.21 , saturation: 1.00 and the lightness value of ccff3a is 0.61.

The process color (four color CMYK) of #ccff3a color hex is 0.20, 0.00, 0.77, 0.00. Web safe color of #ccff3a is #ccff33. Color #ccff3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 00111010
Octal 314 377 72
Decimal 204 255 58
Hex CC FF 3A

RGB Percentages of Color #ccff3a

%39.46
%49.32
%11.22

CMYK Percentages of Color #ccff3a

%20
%0
%77
%0

Triadic Colors of #ccff3a

#ccff3a #3accff #ff3acc

Analogous Colors of #ccff3a

#ccff3a #6aff3a #ffd03a

Monochromatic Colors of #ccff3a

#ccff3a

Complementary Color

#ccff3a #6d3aff

#ccff3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccff3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccff3a Color CSS Codes

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

#ccff3a Text Font Color

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

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


#ccff3a Background Color

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

This div background color is #ccff3a


#ccff3a Border Color

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

This div border color is #ccff3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccff3a


Comments

No comments written yet.

Please login to write comment.