Color Hex Logo

#cbaecc Color Hex

#CBAECC
(203,174,204)
0 Favorites   0 Comments

Color spaces of #cbaecc

RGB 203174204
HSL0.830.230.74
HSV298°15°80°
CMYK 0.000.150.00   0.20
XYZ50.663747.328263.5917
Yxy47.32820.31350.2929
Hunter Lab68.795511.0623-6.6484
CIE-Lab74.399215.7536-11.3164

#cbaecc color RGB value is (203,174,204).

#cbaecc hex color red value is 203, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cbaecc hue: 0.83 , saturation: 0.23 and the lightness value of cbaecc is 0.74.

The process color (four color CMYK) of #cbaecc color hex is 0.00, 0.15, 0.00, 0.20. Web safe color of #cbaecc is #cc99cc. Color #cbaecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11001100
Octal 313 256 314
Decimal 203 174 204
Hex CB AE CC

RGB Percentages of Color #cbaecc

%34.94
%29.95
%35.11

CMYK Percentages of Color #cbaecc

%0
%15
%0
%20

Triadic Colors of #cbaecc

#cbaecc #cccbae #aecccb

Analogous Colors of #cbaecc

#cbaecc #ccaebe #bcaecc

Monochromatic Colors of #cbaecc

#cbaecc

Complementary Color

#cbaecc #afccae

#cbaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaecc Color CSS Codes

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

#cbaecc Text Font Color

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

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


#cbaecc Background Color

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

This div background color is #cbaecc


#cbaecc Border Color

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

This div border color is #cbaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaecc


Comments

No comments written yet.

Please login to write comment.