Color Hex Logo

#ccbff4 Color Hex

#CCBFF4
(204,191,244)
0 Favorites   0 Comments

Color spaces of #ccbff4

RGB 204191244
HSL0.710.710.85
HSV255°22°96°
CMYK 0.160.220.00   0.04
XYZ59.861856.630693.3637
Yxy56.63060.28530.2699
Hunter Lab75.253310.2982-20.8814
CIE-Lab79.971414.9187-24.5390

#ccbff4 color RGB value is (204,191,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 11110100
Octal 314 277 364
Decimal 204 191 244
Hex CC BF F4

RGB Percentages of Color #ccbff4

%31.92
%29.89
%38.18

CMYK Percentages of Color #ccbff4

%16
%22
%0
%4

Triadic Colors of #ccbff4

#ccbff4 #f4ccbf #bff4cc

Analogous Colors of #ccbff4

#ccbff4 #e7bff4 #bfcdf4

Monochromatic Colors of #ccbff4

#ccbff4

Complementary Color

#ccbff4 #e7f4bf

#ccbff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbff4 Color CSS Codes

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

#ccbff4 Text Font Color

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

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


#ccbff4 Background Color

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

This div background color is #ccbff4


#ccbff4 Border Color

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

This div border color is #ccbff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbff4

#ccbff4 Color Palettes


Comments

No comments written yet.

Please login to write comment.