Color Hex Logo

#cbadb2 Color Hex

#CBADB2
(203,173,178)
0 Favorites   0 Comments

Color spaces of #cbadb2

RGB 203173178
HSL0.970.220.74
HSV350°15°80°
CMYK 0.000.150.12   0.20
XYZ47.608145.798048.4502
Yxy45.79800.33560.3228
Hunter Lab67.67427.14304.9243
CIE-Lab73.414311.67931.4733

#cbadb2 color RGB value is (203,173,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 10110010
Octal 313 255 262
Decimal 203 173 178
Hex CB AD B2

RGB Percentages of Color #cbadb2

%36.64
%31.23
%32.13

CMYK Percentages of Color #cbadb2

%0
%15
%12
%20

Triadic Colors of #cbadb2

#cbadb2 #b2cbad #adb2cb

Analogous Colors of #cbadb2

#cbadb2 #cbb7ad #cbadc1

Monochromatic Colors of #cbadb2

#cbadb2

Complementary Color

#cbadb2 #adcbc6

#cbadb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbadb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbadb2 Color CSS Codes

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

#cbadb2 Text Font Color

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

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


#cbadb2 Background Color

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

This div background color is #cbadb2


#cbadb2 Border Color

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

This div border color is #cbadb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbadb2


Comments

No comments written yet.

Please login to write comment.