Color Hex Logo

#cbaedd Color Hex

#CBAEDD
(203,174,221)
0 Favorites   0 Comments

Color spaces of #cbaedd

RGB 203174221
HSL0.770.410.77
HSV277°21°87°
CMYK 0.080.210.00   0.13
XYZ52.815848.189174.9243
Yxy48.18910.30020.2739
Hunter Lab69.418414.3266-15.3997
CIE-Lab74.944019.0661-19.7702

#cbaedd color RGB value is (203,174,221).

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

The process color (four color CMYK) of #cbaedd color hex is 0.08, 0.21, 0.00, 0.13. Web safe color of #cbaedd is #cc99cc. Color #cbaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11011101
Octal 313 256 335
Decimal 203 174 221
Hex CB AE DD

RGB Percentages of Color #cbaedd

%33.95
%29.10
%36.96

CMYK Percentages of Color #cbaedd

%8
%21
%0
%13

Triadic Colors of #cbaedd

#cbaedd #ddcbae #aeddcb

Analogous Colors of #cbaedd

#cbaedd #ddaed8 #b4aedd

Monochromatic Colors of #cbaedd

#cbaedd

Complementary Color

#cbaedd #c0ddae

#cbaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaedd Color CSS Codes

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

#cbaedd Text Font Color

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

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


#cbaedd Background Color

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

This div background color is #cbaedd


#cbaedd Border Color

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

This div border color is #cbaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaedd


Comments

No comments written yet.

Please login to write comment.