Color Hex Logo

#cceeff Color Hex

#CCEEFF
(204,238,255)
5 Favorites   0 Comments

Color spaces of #cceeff

RGB 204238255
HSL0.561.000.90
HSV200°20°100°
CMYK 0.200.070.00   0.00
XYZ73.526481.2064106.4069
Yxy81.20640.28160.3110
Hunter Lab90.1146-12.0586-6.9291
CIE-Lab92.2235-7.4886-11.8801

#cceeff color RGB value is (204,238,255). This hex color code is also a web safe color which is equal to #CEF.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 11111111
Octal 314 356 377
Decimal 204 238 255
Hex CC EE FF

RGB Percentages of Color #cceeff

%29.27
%34.15
%36.59

CMYK Percentages of Color #cceeff

%20
%7
%0
%0

Triadic Colors of #cceeff

#cceeff #ffccee #eeffcc

Analogous Colors of #cceeff

#cceeff #ccd5ff #ccfff7

Monochromatic Colors of #cceeff

#cceeff

Complementary Color

#cceeff #ffddcc

#cceeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceeff Color CSS Codes

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

#cceeff Text Font Color

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

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


#cceeff Background Color

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

This div background color is #cceeff


#cceeff Border Color

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

This div border color is #cceeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceeff

Related Colors


Comments

No comments written yet.

Please login to write comment.