Color Hex Logo

#cbad7e Color Hex

#CBAD7E
(203,173,126)
0 Favorites   0 Comments

Color spaces of #cbad7e

RGB 203173126
HSL0.100.430.65
HSV37°38°80°
CMYK 0.000.150.38   0.20
XYZ43.338144.090025.9647
Yxy44.09000.38220.3888
Hunter Lab66.40030.302723.2959
CIE-Lab72.28864.285928.1981

#cbad7e color RGB value is (203,173,126).

#cbad7e hex color red value is 203, green value is 173 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cbad7e hue: 0.10 , saturation: 0.43 and the lightness value of cbad7e is 0.65.

The process color (four color CMYK) of #cbad7e color hex is 0.00, 0.15, 0.38, 0.20. Web safe color of #cbad7e is #cc9966. Color #cbad7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 01111110
Octal 313 255 176
Decimal 203 173 126
Hex CB AD 7E

RGB Percentages of Color #cbad7e

%40.44
%34.46
%25.10

CMYK Percentages of Color #cbad7e

%0
%15
%38
%20

Triadic Colors of #cbad7e

#cbad7e #7ecbad #ad7ecb

Analogous Colors of #cbad7e

#cbad7e #c3cb7e #cb877e

Monochromatic Colors of #cbad7e

#cbad7e

Complementary Color

#cbad7e #7e9ccb

#cbad7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad7e Color CSS Codes

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

#cbad7e Text Font Color

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

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


#cbad7e Background Color

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

This div background color is #cbad7e


#cbad7e Border Color

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

This div border color is #cbad7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad7e


Comments

No comments written yet.

Please login to write comment.