Color Hex Logo

#cbae9d Color Hex

#CBAE9D
(203,174,157)
0 Favorites   0 Comments

Color spaces of #cbae9d

RGB 203174157
HSL0.060.310.71
HSV22°23°80°
CMYK 0.000.140.23   0.20
XYZ45.850545.402938.2454
Yxy45.40290.35410.3506
Hunter Lab67.38173.544113.5146
CIE-Lab73.15647.842812.6041

#cbae9d color RGB value is (203,174,157).

#cbae9d hex color red value is 203, green value is 174 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cbae9d hue: 0.06 , saturation: 0.31 and the lightness value of cbae9d is 0.71.

The process color (four color CMYK) of #cbae9d color hex is 0.00, 0.14, 0.23, 0.20. Web safe color of #cbae9d is #cc9999. Color #cbae9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10011101
Octal 313 256 235
Decimal 203 174 157
Hex CB AE 9D

RGB Percentages of Color #cbae9d

%38.01
%32.58
%29.40

CMYK Percentages of Color #cbae9d

%0
%14
%23
%20

Triadic Colors of #cbae9d

#cbae9d #9dcbae #ae9dcb

Analogous Colors of #cbae9d

#cbae9d #cbc59d #cb9da3

Monochromatic Colors of #cbae9d

#cbae9d

Complementary Color

#cbae9d #9dbacb

#cbae9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae9d Color CSS Codes

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

#cbae9d Text Font Color

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

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


#cbae9d Background Color

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

This div background color is #cbae9d


#cbae9d Border Color

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

This div border color is #cbae9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae9d


Comments

No comments written yet.

Please login to write comment.