Color Hex Logo

#ccfdfd Color Hex

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

Color spaces of #ccfdfd

RGB 204253253
HSL0.500.920.90
HSV180°19°99°
CMYK 0.190.000.00   0.01
XYZ77.756790.1798106.2367
Yxy90.17980.28360.3289
Hunter Lab94.9630-20.02770.1454
CIE-Lab96.0713-15.4351-5.1400

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

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

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

Base Numbers

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

RGB Percentages of Color #ccfdfd

%28.73
%35.63
%35.63

CMYK Percentages of Color #ccfdfd

%19
%0
%0
%1

Triadic Colors of #ccfdfd

#ccfdfd #fdccfd #fdfdcc

Analogous Colors of #ccfdfd

#ccfdfd #cce5fd #ccfde5

Monochromatic Colors of #ccfdfd

#ccfdfd

Complementary Color

#ccfdfd #fdcccc

#ccfdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfdfd Color CSS Codes

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

#ccfdfd Text Font Color

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

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


#ccfdfd Background Color

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

This div background color is #ccfdfd


#ccfdfd Border Color

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

This div border color is #ccfdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.