Color Hex Logo

#ccebfc Color Hex

#CCEBFC
(204,235,252)
0 Favorites   0 Comments

Color spaces of #ccebfc

RGB 204235252
HSL0.560.890.89
HSV201°19°99°
CMYK 0.190.070.00   0.01
XYZ72.180979.2823103.5941
Yxy79.28230.28300.3108
Hunter Lab89.0406-11.1198-6.6524
CIE-Lab91.3619-6.5919-11.6012

#ccebfc color RGB value is (204,235,252).

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

The process color (four color CMYK) of #ccebfc color hex is 0.19, 0.07, 0.00, 0.01. Web safe color of #ccebfc is #ccffff. Color #ccebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 11111100
Octal 314 353 374
Decimal 204 235 252
Hex CC EB FC

RGB Percentages of Color #ccebfc

%29.52
%34.01
%36.47

CMYK Percentages of Color #ccebfc

%19
%7
%0
%1

Triadic Colors of #ccebfc

#ccebfc #fccceb #ebfccc

Analogous Colors of #ccebfc

#ccebfc #ccd3fc #ccfcf5

Monochromatic Colors of #ccebfc

#ccebfc

Complementary Color

#ccebfc #fcddcc

#ccebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebfc Color CSS Codes

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

#ccebfc Text Font Color

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

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


#ccebfc Background Color

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

This div background color is #ccebfc


#ccebfc Border Color

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

This div border color is #ccebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebfc


Comments

No comments written yet.

Please login to write comment.