Color Hex Logo

#cceef5 Color Hex

#CCEEF5
(204,238,245)
0 Favorites   0 Comments

Color spaces of #cceef5

RGB 204238245
HSL0.530.670.88
HSV190°17°96°
CMYK 0.170.030.00   0.04
XYZ71.957880.579098.1469
Yxy80.57900.28700.3214
Hunter Lab89.7658-14.0015-1.9896
CIE-Lab91.9440-9.5716-7.0874

#cceef5 color RGB value is (204,238,245).

#cceef5 hex color red value is 204, green value is 238 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #cceef5 hue: 0.53 , saturation: 0.67 and the lightness value of cceef5 is 0.88.

The process color (four color CMYK) of #cceef5 color hex is 0.17, 0.03, 0.00, 0.04. Web safe color of #cceef5 is #ccffff. Color #cceef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 11110101
Octal 314 356 365
Decimal 204 238 245
Hex CC EE F5

RGB Percentages of Color #cceef5

%29.69
%34.64
%35.66

CMYK Percentages of Color #cceef5

%17
%3
%0
%4

Triadic Colors of #cceef5

#cceef5 #f5ccee #eef5cc

Analogous Colors of #cceef5

#cceef5 #ccdaf5 #ccf5e8

Monochromatic Colors of #cceef5

#cceef5

Complementary Color

#cceef5 #f5d3cc

#cceef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceef5 Color CSS Codes

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

#cceef5 Text Font Color

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

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


#cceef5 Background Color

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

This div background color is #cceef5


#cceef5 Border Color

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

This div border color is #cceef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceef5

Related Colors


Comments

No comments written yet.

Please login to write comment.