Color Hex Logo

#ccbaec Color Hex

#CCBAEC
(204,186,236)
0 Favorites   0 Comments

Color spaces of #ccbaec

RGB 204186236
HSL0.730.570.83
HSV262°21°93°
CMYK 0.140.210.00   0.07
XYZ57.601154.011386.7462
Yxy54.01130.29040.2723
Hunter Lab73.492411.2912-18.5379
CIE-Lab78.468315.9328-22.5309

#ccbaec color RGB value is (204,186,236).

#ccbaec hex color red value is 204, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccbaec hue: 0.73 , saturation: 0.57 and the lightness value of ccbaec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 11101100
Octal 314 272 354
Decimal 204 186 236
Hex CC BA EC

RGB Percentages of Color #ccbaec

%32.59
%29.71
%37.70

CMYK Percentages of Color #ccbaec

%14
%21
%0
%7

Triadic Colors of #ccbaec

#ccbaec #ecccba #baeccc

Analogous Colors of #ccbaec

#ccbaec #e5baec #bac1ec

Monochromatic Colors of #ccbaec

#ccbaec

Complementary Color

#ccbaec #daecba

#ccbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbaec Color CSS Codes

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

#ccbaec Text Font Color

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

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


#ccbaec Background Color

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

This div background color is #ccbaec


#ccbaec Border Color

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

This div border color is #ccbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbaec


Comments

No comments written yet.

Please login to write comment.