Color Hex Logo

#ccfa4b Color Hex

#CCFA4B
(204,250,75)
0 Favorites   0 Comments

Color spaces of #ccfa4b

RGB 20425075
HSL0.210.950.64
HSV76°70°98°
CMYK 0.180.000.70   0.02
XYZ60.357481.716619.2483
Yxy81.71660.37410.5065
Hunter Lab90.3972-39.012450.6534
CIE-Lab92.4496-37.687374.7353

#ccfa4b color RGB value is (204,250,75).

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

The process color (four color CMYK) of #ccfa4b color hex is 0.18, 0.00, 0.70, 0.02. Web safe color of #ccfa4b is #ccff33. Color #ccfa4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 01001011
Octal 314 372 113
Decimal 204 250 75
Hex CC FA 4B

RGB Percentages of Color #ccfa4b

%38.56
%47.26
%14.18

CMYK Percentages of Color #ccfa4b

%18
%0
%70
%2

Triadic Colors of #ccfa4b

#ccfa4b #4bccfa #fa4bcc

Analogous Colors of #ccfa4b

#ccfa4b #75fa4b #fad14b

Monochromatic Colors of #ccfa4b

#ccfa4b

Complementary Color

#ccfa4b #794bfa

#ccfa4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfa4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfa4b Color CSS Codes

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

#ccfa4b Text Font Color

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

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


#ccfa4b Background Color

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

This div background color is #ccfa4b


#ccfa4b Border Color

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

This div border color is #ccfa4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfa4b

Related Colors


Comments

No comments written yet.

Please login to write comment.