Color Hex Logo

#cbbda5 Color Hex

#CBBDA5
(203,189,165)
0 Favorites   0 Comments

Color spaces of #cbbda5

RGB 203189165
HSL0.110.270.72
HSV38°19°80°
CMYK 0.000.070.19   0.20
XYZ49.617751.808342.9822
Yxy51.80830.34360.3588
Hunter Lab71.9780-2.913314.9791
CIE-Lab77.16611.018113.9167

#cbbda5 color RGB value is (203,189,165).

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

The process color (four color CMYK) of #cbbda5 color hex is 0.00, 0.07, 0.19, 0.20. Web safe color of #cbbda5 is #cccc99. Color #cbbda5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 10100101
Octal 313 275 245
Decimal 203 189 165
Hex CB BD A5

RGB Percentages of Color #cbbda5

%36.45
%33.93
%29.62

CMYK Percentages of Color #cbbda5

%0
%7
%19
%20

Triadic Colors of #cbbda5

#cbbda5 #a5cbbd #bda5cb

Analogous Colors of #cbbda5

#cbbda5 #c6cba5 #cbaaa5

Monochromatic Colors of #cbbda5

#cbbda5

Complementary Color

#cbbda5 #a5b3cb

#cbbda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbda5 Color CSS Codes

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

#cbbda5 Text Font Color

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

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


#cbbda5 Background Color

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

This div background color is #cbbda5


#cbbda5 Border Color

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

This div border color is #cbbda5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,189,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 #cbbda5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbda5


Comments

No comments written yet.

Please login to write comment.