Color Hex Logo

#ccfafd Color Hex

#CCFAFD
(204,250,253)
0 Favorites   0 Comments

Color spaces of #ccfafd

RGB 204250253
HSL0.510.920.90
HSV184°19°99°
CMYK 0.190.010.00   0.01
XYZ76.817188.3004105.9235
Yxy88.30040.28340.3258
Hunter Lab93.9683-18.5245-1.0554
CIE-Lab95.2873-13.9470-6.2967

#ccfafd color RGB value is (204,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11111101
Octal 314 372 375
Decimal 204 250 253
Hex CC FA FD

RGB Percentages of Color #ccfafd

%28.85
%35.36
%35.79

CMYK Percentages of Color #ccfafd

%19
%1
%0
%1

Triadic Colors of #ccfafd

#ccfafd #fdccfa #fafdcc

Analogous Colors of #ccfafd

#ccfafd #cce2fd #ccfde8

Monochromatic Colors of #ccfafd

#ccfafd

Complementary Color

#ccfafd #fdcfcc

#ccfafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfafd Color CSS Codes

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

#ccfafd Text Font Color

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

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


#ccfafd Background Color

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

This div background color is #ccfafd


#ccfafd Border Color

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

This div border color is #ccfafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfafd

Related Colors


Comments

No comments written yet.

Please login to write comment.