Color Hex Logo

#ccf484 Color Hex

#CCF484
(204,244,132)
0 Favorites   0 Comments

Color spaces of #ccf484

RGB 204244132
HSL0.230.840.74
HSV81°46°96°
CMYK 0.160.000.46   0.04
XYZ61.417479.204733.8808
Yxy79.20470.35200.4539
Hunter Lab88.9970-32.560839.7265
CIE-Lab91.3268-30.346449.5186

#ccf484 color RGB value is (204,244,132).

#ccf484 hex color red value is 204, green value is 244 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ccf484 hue: 0.23 , saturation: 0.84 and the lightness value of ccf484 is 0.74.

The process color (four color CMYK) of #ccf484 color hex is 0.16, 0.00, 0.46, 0.04. Web safe color of #ccf484 is #ccff99. Color #ccf484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 10000100
Octal 314 364 204
Decimal 204 244 132
Hex CC F4 84

RGB Percentages of Color #ccf484

%35.17
%42.07
%22.76

CMYK Percentages of Color #ccf484

%16
%0
%46
%4

Triadic Colors of #ccf484

#ccf484 #84ccf4 #f484cc

Analogous Colors of #ccf484

#ccf484 #94f484 #f4e484

Monochromatic Colors of #ccf484

#ccf484

Complementary Color

#ccf484 #ac84f4

#ccf484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf484 Color CSS Codes

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

#ccf484 Text Font Color

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

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


#ccf484 Background Color

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

This div background color is #ccf484


#ccf484 Border Color

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

This div border color is #ccf484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf484

#ccf484 Color Palettes


Comments

No comments written yet.

Please login to write comment.