Color Hex Logo

#cceffb Color Hex

#CCEFFB
(204,239,251)
0 Favorites   0 Comments

Color spaces of #cceffb

RGB 204239251
HSL0.540.850.89
HSV195°19°98°
CMYK 0.190.050.00   0.02
XYZ73.180981.5354103.1476
Yxy81.53540.28380.3162
Hunter Lab90.2970-13.3549-4.5200
CIE-Lab92.3694-8.8378-9.5810

#cceffb color RGB value is (204,239,251).

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

The process color (four color CMYK) of #cceffb color hex is 0.19, 0.05, 0.00, 0.02. Web safe color of #cceffb is #ccffff. Color #cceffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11111011
Octal 314 357 373
Decimal 204 239 251
Hex CC EF FB

RGB Percentages of Color #cceffb

%29.39
%34.44
%36.17

CMYK Percentages of Color #cceffb

%19
%5
%0
%2

Triadic Colors of #cceffb

#cceffb #fbccef #effbcc

Analogous Colors of #cceffb

#cceffb #ccd8fb #ccfbf0

Monochromatic Colors of #cceffb

#cceffb

Complementary Color

#cceffb #fbd8cc

#cceffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceffb Color CSS Codes

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

#cceffb Text Font Color

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

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


#cceffb Background Color

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

This div background color is #cceffb


#cceffb Border Color

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

This div border color is #cceffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceffb


Comments

No comments written yet.

Please login to write comment.