Color Hex Logo

#ccebf8 Color Hex

#CCEBF8
(204,235,248)
0 Favorites   0 Comments

Color spaces of #ccebf8

RGB 204235248
HSL0.550.760.89
HSV198°18°97°
CMYK 0.180.050.00   0.03
XYZ71.553479.0313100.2902
Yxy79.03130.28520.3150
Hunter Lab88.8996-11.9033-4.6571
CIE-Lab91.2485-7.4288-9.6829

#ccebf8 color RGB value is (204,235,248).

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

The process color (four color CMYK) of #ccebf8 color hex is 0.18, 0.05, 0.00, 0.03. Web safe color of #ccebf8 is #ccffff. Color #ccebf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 11111000
Octal 314 353 370
Decimal 204 235 248
Hex CC EB F8

RGB Percentages of Color #ccebf8

%29.69
%34.21
%36.10

CMYK Percentages of Color #ccebf8

%18
%5
%0
%3

Triadic Colors of #ccebf8

#ccebf8 #f8cceb #ebf8cc

Analogous Colors of #ccebf8

#ccebf8 #ccd5f8 #ccf8ef

Monochromatic Colors of #ccebf8

#ccebf8

Complementary Color

#ccebf8 #f8d9cc

#ccebf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccebf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccebf8 Color CSS Codes

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

#ccebf8 Text Font Color

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

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


#ccebf8 Background Color

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

This div background color is #ccebf8


#ccebf8 Border Color

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

This div border color is #ccebf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccebf8

#ccebf8 Color Palettes


Comments

No comments written yet.

Please login to write comment.