Color Hex Logo

#ccbff5 Color Hex

#CCBFF5
(204,191,245)
0 Favorites   0 Comments

Color spaces of #ccbff5

RGB 204191245
HSL0.710.730.85
HSV254°22°96°
CMYK 0.170.220.00   0.04
XYZ60.014156.691594.1657
Yxy56.69150.28460.2688
Hunter Lab75.293810.5122-21.4451
CIE-Lab80.005815.1337-25.0222

#ccbff5 color RGB value is (204,191,245).

#ccbff5 hex color red value is 204, green value is 191 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ccbff5 hue: 0.71 , saturation: 0.73 and the lightness value of ccbff5 is 0.85.

The process color (four color CMYK) of #ccbff5 color hex is 0.17, 0.22, 0.00, 0.04. Web safe color of #ccbff5 is #ccccff. Color #ccbff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11110101
Octal 314 277 365
Decimal 204 191 245
Hex CC BF F5

RGB Percentages of Color #ccbff5

%31.88
%29.84
%38.28

CMYK Percentages of Color #ccbff5

%17
%22
%0
%4

Triadic Colors of #ccbff5

#ccbff5 #f5ccbf #bff5cc

Analogous Colors of #ccbff5

#ccbff5 #e7bff5 #bfcdf5

Monochromatic Colors of #ccbff5

#ccbff5

Complementary Color

#ccbff5 #e8f5bf

#ccbff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbff5 Color CSS Codes

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

#ccbff5 Text Font Color

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

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


#ccbff5 Background Color

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

This div background color is #ccbff5


#ccbff5 Border Color

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

This div border color is #ccbff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbff5


Comments

No comments written yet.

Please login to write comment.