Color Hex Logo

#ccc4eb Color Hex

#CCC4EB
(204,196,235)
0 Favorites   0 Comments

Color spaces of #ccc4eb

RGB 204196235
HSL0.700.490.85
HSV252°17°92°
CMYK 0.130.170.00   0.08
XYZ59.637258.315486.7100
Yxy58.31540.29140.2849
Hunter Lab76.36455.7624-13.8671
CIE-Lab80.913810.3197-18.2887

#ccc4eb color RGB value is (204,196,235).

#ccc4eb hex color red value is 204, green value is 196 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccc4eb hue: 0.70 , saturation: 0.49 and the lightness value of ccc4eb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 11101011
Octal 314 304 353
Decimal 204 196 235
Hex CC C4 EB

RGB Percentages of Color #ccc4eb

%32.13
%30.87
%37.01

CMYK Percentages of Color #ccc4eb

%13
%17
%0
%8

Triadic Colors of #ccc4eb

#ccc4eb #ebccc4 #c4ebcc

Analogous Colors of #ccc4eb

#ccc4eb #e0c4eb #c4d0eb

Monochromatic Colors of #ccc4eb

#ccc4eb

Complementary Color

#ccc4eb #e3ebc4

#ccc4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc4eb Color CSS Codes

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

#ccc4eb Text Font Color

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

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


#ccc4eb Background Color

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

This div background color is #ccc4eb


#ccc4eb Border Color

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

This div border color is #ccc4eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,196,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 #ccc4eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc4eb


Comments

No comments written yet.

Please login to write comment.