Color Hex Logo

#cbae93 Color Hex

#CBAE93
(203,174,147)
0 Favorites   0 Comments

Color spaces of #cbae93

RGB 203174147
HSL0.080.350.69
HSV29°28°80°
CMYK 0.000.140.28   0.20
XYZ45.031145.075233.9308
Yxy45.07520.36300.3634
Hunter Lab67.13812.232617.0322
CIE-Lab72.94146.419617.7529

#cbae93 color RGB value is (203,174,147).

#cbae93 hex color red value is 203, green value is 174 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cbae93 hue: 0.08 , saturation: 0.35 and the lightness value of cbae93 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10010011
Octal 313 256 223
Decimal 203 174 147
Hex CB AE 93

RGB Percentages of Color #cbae93

%38.74
%33.21
%28.05

CMYK Percentages of Color #cbae93

%0
%14
%28
%20

Triadic Colors of #cbae93

#cbae93 #93cbae #ae93cb

Analogous Colors of #cbae93

#cbae93 #cbca93 #cb9394

Monochromatic Colors of #cbae93

#cbae93

Complementary Color

#cbae93 #93b0cb

#cbae93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae93 Color CSS Codes

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

#cbae93 Text Font Color

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

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


#cbae93 Background Color

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

This div background color is #cbae93


#cbae93 Border Color

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

This div border color is #cbae93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae93


Comments

No comments written yet.

Please login to write comment.