Color Hex Logo

#ccc8fd Color Hex

#CCC8FD
(204,200,253)
0 Favorites   0 Comments

Color spaces of #ccc8fd

RGB 204200253
HSL0.680.930.89
HSV245°21°99°
CMYK 0.190.210.00   0.01
XYZ63.285761.2378101.4131
Yxy61.23780.28010.2710
Hunter Lab78.25467.4102-22.0580
CIE-Lab82.506412.0121-25.4789

#ccc8fd color RGB value is (204,200,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 11111101
Octal 314 310 375
Decimal 204 200 253
Hex CC C8 FD

RGB Percentages of Color #ccc8fd

%31.05
%30.44
%38.51

CMYK Percentages of Color #ccc8fd

%19
%21
%0
%1

Triadic Colors of #ccc8fd

#ccc8fd #fdccc8 #c8fdcc

Analogous Colors of #ccc8fd

#ccc8fd #e7c8fd #c8dffd

Monochromatic Colors of #ccc8fd

#ccc8fd

Complementary Color

#ccc8fd #f9fdc8

#ccc8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc8fd Color CSS Codes

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

#ccc8fd Text Font Color

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

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


#ccc8fd Background Color

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

This div background color is #ccc8fd


#ccc8fd Border Color

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

This div border color is #ccc8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc8fd


Comments

No comments written yet.

Please login to write comment.