Color Hex Logo

#cbacef Color Hex

#CBACEF
(203,172,239)
0 Favorites   0 Comments

Color spaces of #cbacef

RGB 203172239
HSL0.740.680.81
HSV268°28°94°
CMYK 0.150.280.00   0.06
XYZ54.961148.433688.1132
Yxy48.43360.28700.2529
Hunter Lab69.594319.1780-26.3510
CIE-Lab75.097623.8961-29.3113

#cbacef color RGB value is (203,172,239).

#cbacef hex color red value is 203, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cbacef hue: 0.74 , saturation: 0.68 and the lightness value of cbacef is 0.81.

The process color (four color CMYK) of #cbacef color hex is 0.15, 0.28, 0.00, 0.06. Web safe color of #cbacef is #cc99ff. Color #cbacef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 11101111
Octal 313 254 357
Decimal 203 172 239
Hex CB AC EF

RGB Percentages of Color #cbacef

%33.06
%28.01
%38.93

CMYK Percentages of Color #cbacef

%15
%28
%0
%6

Triadic Colors of #cbacef

#cbacef #efcbac #acefcb

Analogous Colors of #cbacef

#cbacef #edacef #acafef

Monochromatic Colors of #cbacef

#cbacef

Complementary Color

#cbacef #d0efac

#cbacef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbacef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbacef Color CSS Codes

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

#cbacef Text Font Color

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

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


#cbacef Background Color

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

This div background color is #cbacef


#cbacef Border Color

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

This div border color is #cbacef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbacef

#cbacef Color Palettes


Comments

No comments written yet.

Please login to write comment.