Color Hex Logo

#cceffd Color Hex

#CCEFFD
(204,239,253)
0 Favorites   0 Comments

Color spaces of #cceffd

RGB 204239253
HSL0.550.920.90
HSV197°19°99°
CMYK 0.190.060.00   0.01
XYZ73.498081.6622104.8171
Yxy81.66220.28270.3141
Hunter Lab90.3671-12.9637-5.5136
CIE-Lab92.4256-8.4188-10.5383

#cceffd color RGB value is (204,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11111101
Octal 314 357 375
Decimal 204 239 253
Hex CC EF FD

RGB Percentages of Color #cceffd

%29.31
%34.34
%36.35

CMYK Percentages of Color #cceffd

%19
%6
%0
%1

Triadic Colors of #cceffd

#cceffd #fdccef #effdcc

Analogous Colors of #cceffd

#cceffd #ccd7fd #ccfdf3

Monochromatic Colors of #cceffd

#cceffd

Complementary Color

#cceffd #fddacc

#cceffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceffd Color CSS Codes

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

#cceffd Text Font Color

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

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


#cceffd Background Color

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

This div background color is #cceffd


#cceffd Border Color

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

This div border color is #cceffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceffd

#cceffd Color Palettes


Comments

No comments written yet.

Please login to write comment.