Color Hex Logo

#fccdfd Color Hex

#FCCDFD
(252,205,253)
0 Favorites   0 Comments

Color spaces of #fccdfd

RGB 252205253
HSL0.830.920.90
HSV299°19°99°
CMYK 0.000.190.00   0.01
XYZ79.705871.4499102.5188
Yxy71.44990.31420.2817
Hunter Lab84.528020.3927-12.7395
CIE-Lab87.703124.5097-17.2264

#fccdfd color RGB value is (252,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11111101
Octal 374 315 375
Decimal 252 205 253
Hex FC CD FD

RGB Percentages of Color #fccdfd

%35.49
%28.87
%35.63

CMYK Percentages of Color #fccdfd

%0
%19
%0
%1

Triadic Colors of #fccdfd

#fccdfd #fdfccd #cdfdfc

Analogous Colors of #fccdfd

#fccdfd #fdcde6 #e4cdfd

Monochromatic Colors of #fccdfd

#fccdfd

Complementary Color

#fccdfd #cefdcd

#fccdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdfd Color CSS Codes

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

#fccdfd Text Font Color

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

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


#fccdfd Background Color

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

This div background color is #fccdfd


#fccdfd Border Color

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

This div border color is #fccdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdfd


Comments

No comments written yet.

Please login to write comment.