Color Hex Logo

#ccc1ea Color Hex

#CCC1EA
(204,193,234)
0 Favorites   0 Comments

Color spaces of #ccc1ea

RGB 204193234
HSL0.710.490.84
HSV256°18°92°
CMYK 0.130.180.00   0.08
XYZ58.823156.917885.7278
Yxy56.91780.29200.2825
Hunter Lab75.44397.1485-14.5612
CIE-Lab80.133311.7272-18.9317

#ccc1ea color RGB value is (204,193,234).

#ccc1ea hex color red value is 204, green value is 193 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ccc1ea hue: 0.71 , saturation: 0.49 and the lightness value of ccc1ea is 0.84.

The process color (four color CMYK) of #ccc1ea color hex is 0.13, 0.18, 0.00, 0.08. Web safe color of #ccc1ea is #ccccff. Color #ccc1ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 11101010
Octal 314 301 352
Decimal 204 193 234
Hex CC C1 EA

RGB Percentages of Color #ccc1ea

%32.33
%30.59
%37.08

CMYK Percentages of Color #ccc1ea

%13
%18
%0
%8

Triadic Colors of #ccc1ea

#ccc1ea #eaccc1 #c1eacc

Analogous Colors of #ccc1ea

#ccc1ea #e1c1ea #c1cbea

Monochromatic Colors of #ccc1ea

#ccc1ea

Complementary Color

#ccc1ea #dfeac1

#ccc1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc1ea Color CSS Codes

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

#ccc1ea Text Font Color

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

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


#ccc1ea Background Color

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

This div background color is #ccc1ea


#ccc1ea Border Color

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

This div border color is #ccc1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc1ea


Comments

No comments written yet.

Please login to write comment.