Color Hex Logo

#ccffad Color Hex

#CCFFAD
(204,255,173)
0 Favorites   0 Comments

Color spaces of #ccffad

RGB 204255173
HSL0.271.000.84
HSV97°32°100°
CMYK 0.200.000.32   0.00
XYZ68.204787.374552.8054
Yxy87.37450.32730.4193
Hunter Lab93.4743-33.335331.9380
CIE-Lab94.8969-30.364334.0679

#ccffad color RGB value is (204,255,173).

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

The process color (four color CMYK) of #ccffad color hex is 0.20, 0.00, 0.32, 0.00. Web safe color of #ccffad is #ccff99. Color #ccffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111111 10101101
Octal 314 377 255
Decimal 204 255 173
Hex CC FF AD

RGB Percentages of Color #ccffad

%32.28
%40.35
%27.37

CMYK Percentages of Color #ccffad

%20
%0
%32
%0

Triadic Colors of #ccffad

#ccffad #adccff #ffadcc

Analogous Colors of #ccffad

#ccffad #adffb7 #f5ffad

Monochromatic Colors of #ccffad

#ccffad

Complementary Color

#ccffad #e0adff

#ccffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccffad Color CSS Codes

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

#ccffad Text Font Color

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

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


#ccffad Background Color

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

This div background color is #ccffad


#ccffad Border Color

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

This div border color is #ccffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccffad

Related Colors


Comments

No comments written yet.

Please login to write comment.