Color Hex Logo

#cceffe Color Hex

#CCEFFE
(204,239,254)
0 Favorites   0 Comments

Color spaces of #cceffe

RGB 204239254
HSL0.550.960.90
HSV198°20°100°
CMYK 0.200.060.00   0.00
XYZ73.657781.7261105.6585
Yxy81.72610.28220.3131
Hunter Lab90.4025-12.7670-6.0138
CIE-Lab92.4538-8.2085-11.0165

#cceffe color RGB value is (204,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11111110
Octal 314 357 376
Decimal 204 239 254
Hex CC EF FE

RGB Percentages of Color #cceffe

%29.27
%34.29
%36.44

CMYK Percentages of Color #cceffe

%20
%6
%0
%0

Triadic Colors of #cceffe

#cceffe #feccef #effecc

Analogous Colors of #cceffe

#cceffe #ccd6fe #ccfef4

Monochromatic Colors of #cceffe

#cceffe

Complementary Color

#cceffe #fedbcc

#cceffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceffe Color CSS Codes

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

#cceffe Text Font Color

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

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


#cceffe Background Color

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

This div background color is #cceffe


#cceffe Border Color

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

This div border color is #cceffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceffe

Related Colors


Comments

No comments written yet.

Please login to write comment.