Color Hex Logo

#ccc9fd Color Hex

#CCC9FD
(204,201,253)
0 Favorites   0 Comments

Color spaces of #ccc9fd

RGB 204201253
HSL0.680.930.89
HSV243°21°99°
CMYK 0.190.210.00   0.01
XYZ63.518161.7025101.4905
Yxy61.70250.28020.2722
Hunter Lab78.55096.8751-21.6191
CIE-Lab82.755011.4746-25.1001

#ccc9fd color RGB value is (204,201,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 11111101
Octal 314 311 375
Decimal 204 201 253
Hex CC C9 FD

RGB Percentages of Color #ccc9fd

%31.00
%30.55
%38.45

CMYK Percentages of Color #ccc9fd

%19
%21
%0
%1

Triadic Colors of #ccc9fd

#ccc9fd #fdccc9 #c9fdcc

Analogous Colors of #ccc9fd

#ccc9fd #e6c9fd #c9e0fd

Monochromatic Colors of #ccc9fd

#ccc9fd

Complementary Color

#ccc9fd #fafdc9

#ccc9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc9fd Color CSS Codes

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

#ccc9fd Text Font Color

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

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


#ccc9fd Background Color

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

This div background color is #ccc9fd


#ccc9fd Border Color

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

This div border color is #ccc9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.