Color Hex Logo

#ccc4da Color Hex

#CCC4DA
(204,196,218)
0 Favorites   0 Comments

Color spaces of #ccc4da

RGB 204196218
HSL0.730.230.81
HSV262°10°85°
CMYK 0.060.100.00   0.15
XYZ57.296757.379274.3851
Yxy57.37920.30310.3035
Hunter Lab75.74912.4568-5.1981
CIE-Lab80.39246.8926-9.9519

#ccc4da color RGB value is (204,196,218).

#ccc4da hex color red value is 204, green value is 196 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccc4da hue: 0.73 , saturation: 0.23 and the lightness value of ccc4da is 0.81.

The process color (four color CMYK) of #ccc4da color hex is 0.06, 0.10, 0.00, 0.15. Web safe color of #ccc4da is #cccccc. Color #ccc4da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 11011010
Octal 314 304 332
Decimal 204 196 218
Hex CC C4 DA

RGB Percentages of Color #ccc4da

%33.01
%31.72
%35.28

CMYK Percentages of Color #ccc4da

%6
%10
%0
%15

Triadic Colors of #ccc4da

#ccc4da #daccc4 #c4dacc

Analogous Colors of #ccc4da

#ccc4da #d7c4da #c4c7da

Monochromatic Colors of #ccc4da

#ccc4da

Complementary Color

#ccc4da #d2dac4

#ccc4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc4da Color CSS Codes

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

#ccc4da Text Font Color

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

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


#ccc4da Background Color

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

This div background color is #ccc4da


#ccc4da Border Color

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

This div border color is #ccc4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc4da


Comments

No comments written yet.

Please login to write comment.