Color Hex Logo

#ccb6ee Color Hex

#CCB6EE
(204,182,238)
0 Favorites   0 Comments

Color spaces of #ccb6ee

RGB 204182238
HSL0.730.620.82
HSV264°24°93°
CMYK 0.140.240.00   0.07
XYZ57.062452.466388.0084
Yxy52.46630.28890.2656
Hunter Lab72.433613.8615-21.3351
CIE-Lab77.558818.5298-24.9939

#ccb6ee color RGB value is (204,182,238).

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

The process color (four color CMYK) of #ccb6ee color hex is 0.14, 0.24, 0.00, 0.07. Web safe color of #ccb6ee is #ccccff. Color #ccb6ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 11101110
Octal 314 266 356
Decimal 204 182 238
Hex CC B6 EE

RGB Percentages of Color #ccb6ee

%32.69
%29.17
%38.14

CMYK Percentages of Color #ccb6ee

%14
%24
%0
%7

Triadic Colors of #ccb6ee

#ccb6ee #eeccb6 #b6eecc

Analogous Colors of #ccb6ee

#ccb6ee #e8b6ee #b6bcee

Monochromatic Colors of #ccb6ee

#ccb6ee

Complementary Color

#ccb6ee #d8eeb6

#ccb6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb6ee Color CSS Codes

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

#ccb6ee Text Font Color

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

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


#ccb6ee Background Color

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

This div background color is #ccb6ee


#ccb6ee Border Color

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

This div border color is #ccb6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb6ee


Comments

No comments written yet.

Please login to write comment.