Color Hex Logo

#ccebfb Color Hex

#CCEBFB
(204,235,251)
4 Favorites   0 Comments

Color spaces of #ccebfb

RGB 204235251
HSL0.560.850.89
HSV200°19°98°
CMYK 0.190.060.00   0.02
XYZ72.022879.2191102.7616
Yxy79.21910.28360.3119
Hunter Lab89.0051-11.3170-6.1502
CIE-Lab91.3333-6.8022-11.1220

#ccebfb color RGB value is (204,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 11111011
Octal 314 353 373
Decimal 204 235 251
Hex CC EB FB

RGB Percentages of Color #ccebfb

%29.57
%34.06
%36.38

CMYK Percentages of Color #ccebfb

%19
%6
%0
%2

Triadic Colors of #ccebfb

#ccebfb #fbcceb #ebfbcc

Analogous Colors of #ccebfb

#ccebfb #ccd4fb #ccfbf4

Monochromatic Colors of #ccebfb

#ccebfb

Complementary Color

#ccebfb #fbdccc

#ccebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebfb Color CSS Codes

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

#ccebfb Text Font Color

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

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


#ccebfb Background Color

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

This div background color is #ccebfb


#ccebfb Border Color

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

This div border color is #ccebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebfb

#ccebfb Color Palettes


Comments

No comments written yet.

Please login to write comment.