Color Hex Logo

#ccc5fd Color Hex

#CCC5FD
(204,197,253)
0 Favorites   0 Comments

Color spaces of #ccc5fd

RGB 204197253
HSL0.690.930.88
HSV248°22°99°
CMYK 0.190.220.00   0.01
XYZ62.597759.8617101.1837
Yxy59.86170.27990.2677
Hunter Lab77.37039.0201-23.3793
CIE-Lab81.763013.6287-26.6134

#ccc5fd color RGB value is (204,197,253).

#ccc5fd hex color red value is 204, green value is 197 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ccc5fd hue: 0.69 , saturation: 0.93 and the lightness value of ccc5fd is 0.88.

The process color (four color CMYK) of #ccc5fd color hex is 0.19, 0.22, 0.00, 0.01. Web safe color of #ccc5fd is #ccccff. Color #ccc5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 11111101
Octal 314 305 375
Decimal 204 197 253
Hex CC C5 FD

RGB Percentages of Color #ccc5fd

%31.19
%30.12
%38.69

CMYK Percentages of Color #ccc5fd

%19
%22
%0
%1

Triadic Colors of #ccc5fd

#ccc5fd #fdccc5 #c5fdcc

Analogous Colors of #ccc5fd

#ccc5fd #e8c5fd #c5dafd

Monochromatic Colors of #ccc5fd

#ccc5fd

Complementary Color

#ccc5fd #f6fdc5

#ccc5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5fd Color CSS Codes

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

#ccc5fd Text Font Color

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

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


#ccc5fd Background Color

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

This div background color is #ccc5fd


#ccc5fd Border Color

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

This div border color is #ccc5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5fd


Comments

No comments written yet.

Please login to write comment.