Color Hex Logo

#ccfefd Color Hex

#CCFEFD
(204,254,253)
1 Favorites   0 Comments

Color spaces of #ccfefd

RGB 204254253
HSL0.500.960.90
HSV179°20°100°
CMYK 0.200.000.00   0.00
XYZ78.073390.8128106.3422
Yxy90.81280.28370.3300
Hunter Lab95.2958-20.52720.5443
CIE-Lab96.3329-15.9289-4.7546

#ccfefd color RGB value is (204,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11111101
Octal 314 376 375
Decimal 204 254 253
Hex CC FE FD

RGB Percentages of Color #ccfefd

%28.69
%35.72
%35.58

CMYK Percentages of Color #ccfefd

%20
%0
%0
%0

Triadic Colors of #ccfefd

#ccfefd #fdccfe #fefdcc

Analogous Colors of #ccfefd

#ccfefd #cce6fe #ccfee4

Monochromatic Colors of #ccfefd

#ccfefd

Complementary Color

#ccfefd #fecccd

#ccfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfefd Color CSS Codes

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

#ccfefd Text Font Color

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

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


#ccfefd Background Color

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

This div background color is #ccfefd


#ccfefd Border Color

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

This div border color is #ccfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.