Color Hex Logo

#ccadeb Color Hex

#CCADEB
(204,173,235)
0 Favorites   0 Comments

Color spaces of #ccadeb

RGB 204173235
HSL0.750.610.80
HSV270°26°92°
CMYK 0.130.260.00   0.08
XYZ54.840848.722785.1113
Yxy48.72270.29070.2582
Hunter Lab69.801618.0885-23.4330
CIE-Lab75.278522.8123-26.8584

#ccadeb color RGB value is (204,173,235).

#ccadeb hex color red value is 204, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccadeb hue: 0.75 , saturation: 0.61 and the lightness value of ccadeb is 0.80.

The process color (four color CMYK) of #ccadeb color hex is 0.13, 0.26, 0.00, 0.08. Web safe color of #ccadeb is #cc99ff. Color #ccadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11101011
Octal 314 255 353
Decimal 204 173 235
Hex CC AD EB

RGB Percentages of Color #ccadeb

%33.33
%28.27
%38.40

CMYK Percentages of Color #ccadeb

%13
%26
%0
%8

Triadic Colors of #ccadeb

#ccadeb #ebccad #adebcc

Analogous Colors of #ccadeb

#ccadeb #ebadeb #adadeb

Monochromatic Colors of #ccadeb

#ccadeb

Complementary Color

#ccadeb #ccebad

#ccadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadeb Color CSS Codes

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

#ccadeb Text Font Color

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

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


#ccadeb Background Color

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

This div background color is #ccadeb


#ccadeb Border Color

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

This div border color is #ccadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadeb


Comments

No comments written yet.

Please login to write comment.