Color Hex Logo

#cbada5 Color Hex

#CBADA5
(203,173,165)
0 Favorites   0 Comments

Color spaces of #cbada5

RGB 203173165
HSL0.040.270.72
HSV13°19°80°
CMYK 0.000.150.19   0.20
XYZ46.363745.300341.8975
Yxy45.30030.34710.3392
Hunter Lab67.30555.175910.2060
CIE-Lab73.08929.59028.1323

#cbada5 color RGB value is (203,173,165).

#cbada5 hex color red value is 203, green value is 173 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #cbada5 hue: 0.04 , saturation: 0.27 and the lightness value of cbada5 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 10100101
Octal 313 255 245
Decimal 203 173 165
Hex CB AD A5

RGB Percentages of Color #cbada5

%37.52
%31.98
%30.50

CMYK Percentages of Color #cbada5

%0
%15
%19
%20

Triadic Colors of #cbada5

#cbada5 #a5cbad #ada5cb

Analogous Colors of #cbada5

#cbada5 #cbc0a5 #cba5b0

Monochromatic Colors of #cbada5

#cbada5

Complementary Color

#cbada5 #a5c3cb

#cbada5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbada5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbada5 Color CSS Codes

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

#cbada5 Text Font Color

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

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


#cbada5 Background Color

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

This div background color is #cbada5


#cbada5 Border Color

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

This div border color is #cbada5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbada5


Comments

No comments written yet.

Please login to write comment.