Color Hex Logo

#ccefff Color Hex

#CCEFFF
(204,239,255)
2 Favorites   0 Comments

Color spaces of #ccefff

RGB 204239255
HSL0.551.000.90
HSV199°20°100°
CMYK 0.200.060.00   0.00
XYZ73.818381.7904106.5042
Yxy81.79040.28160.3120
Hunter Lab90.4380-12.5694-6.5161
CIE-Lab92.4823-7.9976-11.4944

#ccefff color RGB value is (204,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11111111
Octal 314 357 377
Decimal 204 239 255
Hex CC EF FF

RGB Percentages of Color #ccefff

%29.23
%34.24
%36.53

CMYK Percentages of Color #ccefff

%20
%6
%0
%0

Triadic Colors of #ccefff

#ccefff #ffccef #efffcc

Analogous Colors of #ccefff

#ccefff #ccd6ff #ccfff6

Monochromatic Colors of #ccefff

#ccefff

Complementary Color

#ccefff #ffdccc

#ccefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccefff Color CSS Codes

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

#ccefff Text Font Color

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

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


#ccefff Background Color

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

This div background color is #ccefff


#ccefff Border Color

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

This div border color is #ccefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccefff

#ccefff Color Palettes


Comments

No comments written yet.

Please login to write comment.