Color Hex Logo

#cbaedf Color Hex

#CBAEDF
(203,174,223)
0 Favorites   0 Comments

Color spaces of #cbaedf

RGB 203174223
HSL0.770.430.78
HSV276°22°87°
CMYK 0.090.220.00   0.13
XYZ53.083948.296376.3363
Yxy48.29630.29870.2718
Hunter Lab69.495514.7293-16.4793
CIE-Lab75.011419.4700-20.7563

#cbaedf color RGB value is (203,174,223).

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

The process color (four color CMYK) of #cbaedf color hex is 0.09, 0.22, 0.00, 0.13. Web safe color of #cbaedf is #cc99cc. Color #cbaedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 11011111
Octal 313 256 337
Decimal 203 174 223
Hex CB AE DF

RGB Percentages of Color #cbaedf

%33.83
%29.00
%37.17

CMYK Percentages of Color #cbaedf

%9
%22
%0
%13

Triadic Colors of #cbaedf

#cbaedf #dfcbae #aedfcb

Analogous Colors of #cbaedf

#cbaedf #dfaedb #b3aedf

Monochromatic Colors of #cbaedf

#cbaedf

Complementary Color

#cbaedf #c2dfae

#cbaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaedf Color CSS Codes

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

#cbaedf Text Font Color

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

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


#cbaedf Background Color

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

This div background color is #cbaedf


#cbaedf Border Color

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

This div border color is #cbaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaedf


Comments

No comments written yet.

Please login to write comment.