Color Hex Logo

#cceefd Color Hex

#CCEEFD
(204,238,253)
0 Favorites   0 Comments

Color spaces of #cceefd

RGB 204238253
HSL0.550.920.90
HSV198°19°99°
CMYK 0.190.060.00   0.01
XYZ73.206081.0783104.7198
Yxy81.07830.28260.3130
Hunter Lab90.0435-12.4543-5.9233
CIE-Lab92.1665-7.9108-10.9238

#cceefd color RGB value is (204,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 11111101
Octal 314 356 375
Decimal 204 238 253
Hex CC EE FD

RGB Percentages of Color #cceefd

%29.35
%34.24
%36.40

CMYK Percentages of Color #cceefd

%19
%6
%0
%1

Triadic Colors of #cceefd

#cceefd #fdccee #eefdcc

Analogous Colors of #cceefd

#cceefd #ccd6fd #ccfdf4

Monochromatic Colors of #cceefd

#cceefd

Complementary Color

#cceefd #fddbcc

#cceefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceefd Color CSS Codes

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

#cceefd Text Font Color

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

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


#cceefd Background Color

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

This div background color is #cceefd


#cceefd Border Color

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

This div border color is #cceefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceefd


Comments

No comments written yet.

Please login to write comment.