Color Hex Logo

#ccbce8 Color Hex

#CCBCE8
(204,188,232)
0 Favorites   0 Comments

Color spaces of #ccbce8

RGB 204188232
HSL0.730.490.82
HSV262°19°91°
CMYK 0.120.190.00   0.09
XYZ57.450554.630083.8606
Yxy54.63000.29320.2788
Hunter Lab73.91219.3985-15.5319
CIE-Lab78.827714.0148-19.8322

#ccbce8 color RGB value is (204,188,232).

#ccbce8 hex color red value is 204, green value is 188 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ccbce8 hue: 0.73 , saturation: 0.49 and the lightness value of ccbce8 is 0.82.

The process color (four color CMYK) of #ccbce8 color hex is 0.12, 0.19, 0.00, 0.09. Web safe color of #ccbce8 is #ccccff. Color #ccbce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11101000
Octal 314 274 350
Decimal 204 188 232
Hex CC BC E8

RGB Percentages of Color #ccbce8

%32.69
%30.13
%37.18

CMYK Percentages of Color #ccbce8

%12
%19
%0
%9

Triadic Colors of #ccbce8

#ccbce8 #e8ccbc #bce8cc

Analogous Colors of #ccbce8

#ccbce8 #e2bce8 #bcc2e8

Monochromatic Colors of #ccbce8

#ccbce8

Complementary Color

#ccbce8 #d8e8bc

#ccbce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbce8 Color CSS Codes

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

#ccbce8 Text Font Color

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

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


#ccbce8 Background Color

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

This div background color is #ccbce8


#ccbce8 Border Color

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

This div border color is #ccbce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbce8


Comments

No comments written yet.

Please login to write comment.