Color Hex Logo

#cbaeeb Color Hex

#CBAEEB
(203,174,235)
0 Favorites   0 Comments

Color spaces of #cbaeeb

RGB 203174235
HSL0.750.600.80
HSV269°26°92°
CMYK 0.140.260.00   0.08
XYZ54.760048.966885.1626
Yxy48.96680.28990.2592
Hunter Lab69.976317.2268-23.1738
CIE-Lab75.430721.9518-26.6330

#cbaeeb color RGB value is (203,174,235).

#cbaeeb hex color red value is 203, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cbaeeb hue: 0.75 , saturation: 0.60 and the lightness value of cbaeeb is 0.80.

The process color (four color CMYK) of #cbaeeb color hex is 0.14, 0.26, 0.00, 0.08. Web safe color of #cbaeeb is #cc99ff. Color #cbaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11101011
Octal 313 256 353
Decimal 203 174 235
Hex CB AE EB

RGB Percentages of Color #cbaeeb

%33.17
%28.43
%38.40

CMYK Percentages of Color #cbaeeb

%14
%26
%0
%8

Triadic Colors of #cbaeeb

#cbaeeb #ebcbae #aeebcb

Analogous Colors of #cbaeeb

#cbaeeb #eaaeeb #aeb0eb

Monochromatic Colors of #cbaeeb

#cbaeeb

Complementary Color

#cbaeeb #ceebae

#cbaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaeeb Color CSS Codes

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

#cbaeeb Text Font Color

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

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


#cbaeeb Background Color

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

This div background color is #cbaeeb


#cbaeeb Border Color

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

This div border color is #cbaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaeeb


Comments

No comments written yet.

Please login to write comment.