Color Hex Logo

#cbaedb Color Hex

#CBAEDB
(203,174,219)
0 Favorites   0 Comments

Color spaces of #cbaedb

RGB 203174219
HSL0.770.380.77
HSV279°21°86°
CMYK 0.070.210.00   0.14
XYZ52.550848.083173.5291
Yxy48.08310.30170.2761
Hunter Lab69.342013.9277-14.3308
CIE-Lab74.877318.6650-18.7824

#cbaedb color RGB value is (203,174,219).

#cbaedb hex color red value is 203, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbaedb hue: 0.77 , saturation: 0.38 and the lightness value of cbaedb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11011011
Octal 313 256 333
Decimal 203 174 219
Hex CB AE DB

RGB Percentages of Color #cbaedb

%34.06
%29.19
%36.74

CMYK Percentages of Color #cbaedb

%7
%21
%0
%14

Triadic Colors of #cbaedb

#cbaedb #dbcbae #aedbcb

Analogous Colors of #cbaedb

#cbaedb #dbaed5 #b5aedb

Monochromatic Colors of #cbaedb

#cbaedb

Complementary Color

#cbaedb #bedbae

#cbaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaedb Color CSS Codes

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

#cbaedb Text Font Color

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

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


#cbaedb Background Color

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

This div background color is #cbaedb


#cbaedb Border Color

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

This div border color is #cbaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaedb


Comments

No comments written yet.

Please login to write comment.