Color Hex Logo

#cbadcb Color Hex

#CBADCB
(203,173,203)
0 Favorites   0 Comments

Color spaces of #cbadcb

RGB 203173203
HSL0.830.220.74
HSV300°15°80°
CMYK 0.000.150.00   0.20
XYZ50.351746.895462.8978
Yxy46.89540.31440.2928
Hunter Lab68.480211.4060-6.5206
CIE-Lab74.122816.1111-11.1826

#cbadcb color RGB value is (203,173,203).

#cbadcb hex color red value is 203, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cbadcb hue: 0.83 , saturation: 0.22 and the lightness value of cbadcb is 0.74.

The process color (four color CMYK) of #cbadcb color hex is 0.00, 0.15, 0.00, 0.20. Web safe color of #cbadcb is #cc99cc. Color #cbadcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 11001011
Octal 313 255 313
Decimal 203 173 203
Hex CB AD CB

RGB Percentages of Color #cbadcb

%35.06
%29.88
%35.06

CMYK Percentages of Color #cbadcb

%0
%15
%0
%20

Triadic Colors of #cbadcb

#cbadcb #cbcbad #adcbcb

Analogous Colors of #cbadcb

#cbadcb #cbadbc #bcadcb

Monochromatic Colors of #cbadcb

#cbadcb

Complementary Color

#cbadcb #adcbad

#cbadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbadcb Color CSS Codes

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

#cbadcb Text Font Color

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

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


#cbadcb Background Color

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

This div background color is #cbadcb


#cbadcb Border Color

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

This div border color is #cbadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbadcb


Comments

No comments written yet.

Please login to write comment.