Color Hex Logo

#cca8ee Color Hex

#CCA8EE
(204,168,238)
0 Favorites   0 Comments

Color spaces of #cca8ee

RGB 204168238
HSL0.750.670.80
HSV271°29°93°
CMYK 0.140.290.00   0.07
XYZ54.337147.015787.1000
Yxy47.01570.28830.2495
Hunter Lab68.568021.4594-27.3168
CIE-Lab74.199826.1834-30.1421

#cca8ee color RGB value is (204,168,238).

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

The process color (four color CMYK) of #cca8ee color hex is 0.14, 0.29, 0.00, 0.07. Web safe color of #cca8ee is #cc99ff. Color #cca8ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 11101110
Octal 314 250 356
Decimal 204 168 238
Hex CC A8 EE

RGB Percentages of Color #cca8ee

%33.44
%27.54
%39.02

CMYK Percentages of Color #cca8ee

%14
%29
%0
%7

Triadic Colors of #cca8ee

#cca8ee #eecca8 #a8eecc

Analogous Colors of #cca8ee

#cca8ee #eea8ed #a9a8ee

Monochromatic Colors of #cca8ee

#cca8ee

Complementary Color

#cca8ee #caeea8

#cca8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca8ee Color CSS Codes

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

#cca8ee Text Font Color

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

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


#cca8ee Background Color

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

This div background color is #cca8ee


#cca8ee Border Color

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

This div border color is #cca8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca8ee


Comments

No comments written yet.

Please login to write comment.