Color Hex Logo

#ccf33a Color Hex

#CCF33A
(204,243,58)
0 Favorites   0 Comments

Color spaces of #ccf33a

RGB 20424358
HSL0.200.890.59
HSV73°76°95°
CMYK 0.160.000.76   0.05
XYZ57.716277.244015.8706
Yxy77.24400.38270.5121
Hunter Lab87.8886-36.584550.8156
CIE-Lab90.4338-35.360978.2520

#ccf33a color RGB value is (204,243,58).

#ccf33a hex color red value is 204, green value is 243 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ccf33a hue: 0.20 , saturation: 0.89 and the lightness value of ccf33a is 0.59.

The process color (four color CMYK) of #ccf33a color hex is 0.16, 0.00, 0.76, 0.05. Web safe color of #ccf33a is #ccff33. Color #ccf33a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110011 00111010
Octal 314 363 72
Decimal 204 243 58
Hex CC F3 3A

RGB Percentages of Color #ccf33a

%40.40
%48.12
%11.49

CMYK Percentages of Color #ccf33a

%16
%0
%76
%5

Triadic Colors of #ccf33a

#ccf33a #3accf3 #f33acc

Analogous Colors of #ccf33a

#ccf33a #70f33a #f3be3a

Monochromatic Colors of #ccf33a

#ccf33a

Complementary Color

#ccf33a #613af3

#ccf33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf33a Color CSS Codes

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

#ccf33a Text Font Color

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

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


#ccf33a Background Color

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

This div background color is #ccf33a


#ccf33a Border Color

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

This div border color is #ccf33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf33a


Comments

No comments written yet.

Please login to write comment.