Color Hex Logo

#ccfa52 Color Hex

#CCFA52
(204,250,82)
0 Favorites   0 Comments

Color spaces of #ccfa52

RGB 20425082
HSL0.210.940.65
HSV76°67°98°
CMYK 0.180.000.67   0.02
XYZ60.610481.817820.5805
Yxy81.81780.37180.5019
Hunter Lab90.4532-38.684749.8272
CIE-Lab92.4944-37.280672.2804

#ccfa52 color RGB value is (204,250,82).

#ccfa52 hex color red value is 204, green value is 250 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ccfa52 hue: 0.21 , saturation: 0.94 and the lightness value of ccfa52 is 0.65.

The process color (four color CMYK) of #ccfa52 color hex is 0.18, 0.00, 0.67, 0.02. Web safe color of #ccfa52 is #ccff66. Color #ccfa52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 01010010
Octal 314 372 122
Decimal 204 250 82
Hex CC FA 52

RGB Percentages of Color #ccfa52

%38.06
%46.64
%15.30

CMYK Percentages of Color #ccfa52

%18
%0
%67
%2

Triadic Colors of #ccfa52

#ccfa52 #52ccfa #fa52cc

Analogous Colors of #ccfa52

#ccfa52 #78fa52 #fad452

Monochromatic Colors of #ccfa52

#ccfa52

Complementary Color

#ccfa52 #8052fa

#ccfa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa52 Color CSS Codes

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

#ccfa52 Text Font Color

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

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


#ccfa52 Background Color

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

This div background color is #ccfa52


#ccfa52 Border Color

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

This div border color is #ccfa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa52


Comments

No comments written yet.

Please login to write comment.