Color Hex Logo

#cceaff Color Hex

#CCEAFF
(204,234,255)
0 Favorites   0 Comments

Color spaces of #cceaff

RGB 204234255
HSL0.571.000.90
HSV205°20°100°
CMYK 0.200.080.00   0.00
XYZ72.374778.9030106.0230
Yxy78.90300.28130.3067
Hunter Lab88.8274-10.0098-8.5885
CIE-Lab91.1904-5.4448-13.4223

#cceaff color RGB value is (204,234,255).

#cceaff hex color red value is 204, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cceaff hue: 0.57 , saturation: 1.00 and the lightness value of cceaff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11111111
Octal 314 352 377
Decimal 204 234 255
Hex CC EA FF

RGB Percentages of Color #cceaff

%29.44
%33.77
%36.80

CMYK Percentages of Color #cceaff

%20
%8
%0
%0

Triadic Colors of #cceaff

#cceaff #ffccea #eaffcc

Analogous Colors of #cceaff

#cceaff #ccd1ff #ccfffb

Monochromatic Colors of #cceaff

#cceaff

Complementary Color

#cceaff #ffe1cc

#cceaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceaff Color CSS Codes

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

#cceaff Text Font Color

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

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


#cceaff Background Color

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

This div background color is #cceaff


#cceaff Border Color

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

This div border color is #cceaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,234,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cceaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceaff


Comments

No comments written yet.

Please login to write comment.