Color Hex Logo

#ccbce5 Color Hex

#CCBCE5
(204,188,229)
0 Favorites   0 Comments

Color spaces of #ccbce5

RGB 204188229
HSL0.730.440.82
HSV263°18°90°
CMYK 0.110.180.00   0.10
XYZ57.027954.461081.6351
Yxy54.46100.29530.2820
Hunter Lab73.79778.7917-13.9283
CIE-Lab78.729813.3976-18.3647

#ccbce5 color RGB value is (204,188,229).

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

The process color (four color CMYK) of #ccbce5 color hex is 0.11, 0.18, 0.00, 0.10. Web safe color of #ccbce5 is #cccccc. Color #ccbce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11100101
Octal 314 274 345
Decimal 204 188 229
Hex CC BC E5

RGB Percentages of Color #ccbce5

%32.85
%30.27
%36.88

CMYK Percentages of Color #ccbce5

%11
%18
%0
%10

Triadic Colors of #ccbce5

#ccbce5 #e5ccbc #bce5cc

Analogous Colors of #ccbce5

#ccbce5 #e1bce5 #bcc1e5

Monochromatic Colors of #ccbce5

#ccbce5

Complementary Color

#ccbce5 #d5e5bc

#ccbce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbce5 Color CSS Codes

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

#ccbce5 Text Font Color

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

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


#ccbce5 Background Color

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

This div background color is #ccbce5


#ccbce5 Border Color

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

This div border color is #ccbce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbce5


Comments

No comments written yet.

Please login to write comment.