Color Hex Logo

#ccbce3 Color Hex

#CCBCE3
(204,188,227)
0 Favorites   0 Comments

Color spaces of #ccbce3

RGB 204188227
HSL0.740.410.81
HSV265°17°89°
CMYK 0.100.170.00   0.11
XYZ56.750254.349980.1726
Yxy54.34990.29670.2841
Hunter Lab73.72248.3920-12.8718
CIE-Lab78.665312.9898-17.3843

#ccbce3 color RGB value is (204,188,227).

#ccbce3 hex color red value is 204, green value is 188 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ccbce3 hue: 0.74 , saturation: 0.41 and the lightness value of ccbce3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11100011
Octal 314 274 343
Decimal 204 188 227
Hex CC BC E3

RGB Percentages of Color #ccbce3

%32.96
%30.37
%36.67

CMYK Percentages of Color #ccbce3

%10
%17
%0
%11

Triadic Colors of #ccbce3

#ccbce3 #e3ccbc #bce3cc

Analogous Colors of #ccbce3

#ccbce3 #e0bce3 #bcc0e3

Monochromatic Colors of #ccbce3

#ccbce3

Complementary Color

#ccbce3 #d3e3bc

#ccbce3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbce3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbce3 Color CSS Codes

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

#ccbce3 Text Font Color

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

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


#ccbce3 Background Color

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

This div background color is #ccbce3


#ccbce3 Border Color

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

This div border color is #ccbce3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbce3


Comments

No comments written yet.

Please login to write comment.