Color Hex Logo

#ccccfd Color Hex

#CCCCFD
(204,204,253)
0 Favorites   0 Comments

Color spaces of #ccccfd

RGB 204204253
HSL0.670.920.90
HSV240°19°99°
CMYK 0.190.190.00   0.01
XYZ64.224363.1149101.7259
Yxy63.11490.28040.2755
Hunter Lab79.44495.2732-20.3070
CIE-Lab83.50289.8652-23.9616

#ccccfd color RGB value is (204,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 11111101
Octal 314 314 375
Decimal 204 204 253
Hex CC CC FD

RGB Percentages of Color #ccccfd

%30.86
%30.86
%38.28

CMYK Percentages of Color #ccccfd

%19
%19
%0
%1

Triadic Colors of #ccccfd

#ccccfd #fdcccc #ccfdcc

Analogous Colors of #ccccfd

#ccccfd #e5ccfd #cce5fd

Monochromatic Colors of #ccccfd

#ccccfd

Complementary Color

#ccccfd #fdfdcc

#ccccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccfd Color CSS Codes

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

#ccccfd Text Font Color

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

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


#ccccfd Background Color

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

This div background color is #ccccfd


#ccccfd Border Color

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

This div border color is #ccccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccfd


Comments

No comments written yet.

Please login to write comment.