Color Hex Logo

#cccffd Color Hex

#CCCFFD
(204,207,253)
0 Favorites   0 Comments

Color spaces of #cccffd

RGB 204207253
HSL0.660.920.90
HSV236°19°99°
CMYK 0.190.180.00   0.01
XYZ64.944364.5549101.9659
Yxy64.55490.28060.2789
Hunter Lab80.34613.6772-19.0017
CIE-Lab84.25398.2614-22.8204

#cccffd color RGB value is (204,207,253).

#cccffd hex color red value is 204, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cccffd hue: 0.66 , saturation: 0.92 and the lightness value of cccffd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11111101
Octal 314 317 375
Decimal 204 207 253
Hex CC CF FD

RGB Percentages of Color #cccffd

%30.72
%31.17
%38.10

CMYK Percentages of Color #cccffd

%19
%18
%0
%1

Triadic Colors of #cccffd

#cccffd #fdcccf #cffdcc

Analogous Colors of #cccffd

#cccffd #e2ccfd #cce8fd

Monochromatic Colors of #cccffd

#cccffd

Complementary Color

#cccffd #fdfacc

#cccffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccffd Color CSS Codes

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

#cccffd Text Font Color

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

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


#cccffd Background Color

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

This div background color is #cccffd


#cccffd Border Color

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

This div border color is #cccffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccffd

Related Colors


Comments

No comments written yet.

Please login to write comment.