Color Hex Logo

#ccadef Color Hex

#CCADEF
(204,173,239)
0 Favorites   0 Comments

Color spaces of #ccadef

RGB 204173239
HSL0.740.670.81
HSV268°28°94°
CMYK 0.150.280.00   0.06
XYZ55.425448.956588.1897
Yxy48.95650.28780.2542
Hunter Lab69.968918.9519-25.7516
CIE-Lab75.424323.6578-28.8020

#ccadef color RGB value is (204,173,239).

#ccadef hex color red value is 204, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ccadef hue: 0.74 , saturation: 0.67 and the lightness value of ccadef is 0.81.

The process color (four color CMYK) of #ccadef color hex is 0.15, 0.28, 0.00, 0.06. Web safe color of #ccadef is #cc99ff. Color #ccadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11101111
Octal 314 255 357
Decimal 204 173 239
Hex CC AD EF

RGB Percentages of Color #ccadef

%33.12
%28.08
%38.80

CMYK Percentages of Color #ccadef

%15
%28
%0
%6

Triadic Colors of #ccadef

#ccadef #efccad #adefcc

Analogous Colors of #ccadef

#ccadef #edadef #adafef

Monochromatic Colors of #ccadef

#ccadef

Complementary Color

#ccadef #d0efad

#ccadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadef Color CSS Codes

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

#ccadef Text Font Color

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

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


#ccadef Background Color

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

This div background color is #ccadef


#ccadef Border Color

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

This div border color is #ccadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadef


Comments

No comments written yet.

Please login to write comment.