Color Hex Logo

#cceffa Color Hex

#CCEFFA
(204,239,250)
0 Favorites   0 Comments

Color spaces of #cceffa

RGB 204239250
HSL0.540.820.89
HSV194°18°98°
CMYK 0.180.040.00   0.02
XYZ73.023781.4725102.3195
Yxy81.47250.28430.3172
Hunter Lab90.2621-13.5490-4.0266
CIE-Lab92.3415-9.0460-9.1020

#cceffa color RGB value is (204,239,250).

#cceffa hex color red value is 204, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cceffa hue: 0.54 , saturation: 0.82 and the lightness value of cceffa is 0.89.

The process color (four color CMYK) of #cceffa color hex is 0.18, 0.04, 0.00, 0.02. Web safe color of #cceffa is #ccffff. Color #cceffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11111010
Octal 314 357 372
Decimal 204 239 250
Hex CC EF FA

RGB Percentages of Color #cceffa

%29.44
%34.49
%36.08

CMYK Percentages of Color #cceffa

%18
%4
%0
%2

Triadic Colors of #cceffa

#cceffa #faccef #effacc

Analogous Colors of #cceffa

#cceffa #ccd8fa #ccfaee

Monochromatic Colors of #cceffa

#cceffa

Complementary Color

#cceffa #fad7cc

#cceffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceffa Color CSS Codes

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

#cceffa Text Font Color

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

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


#cceffa Background Color

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

This div background color is #cceffa


#cceffa Border Color

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

This div border color is #cceffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceffa

Related Colors

#cceffa Color Palettes


Comments

No comments written yet.

Please login to write comment.