Color Hex Logo

#cba398 Color Hex

#CBA398
(203,163,152)
0 Favorites   0 Comments

Color spaces of #cba398

RGB 203163152
HSL0.040.330.70
HSV13°25°80°
CMYK 0.000.200.25   0.20
XYZ43.393341.157935.3630
Yxy41.15790.36190.3432
Hunter Lab64.15448.465112.2264
CIE-Lab70.286413.079411.2938

#cba398 color RGB value is (203,163,152).

#cba398 hex color red value is 203, green value is 163 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cba398 hue: 0.04 , saturation: 0.33 and the lightness value of cba398 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100011 10011000
Octal 313 243 230
Decimal 203 163 152
Hex CB A3 98

RGB Percentages of Color #cba398

%39.19
%31.47
%29.34

CMYK Percentages of Color #cba398

%0
%20
%25
%20

Triadic Colors of #cba398

#cba398 #98cba3 #a398cb

Analogous Colors of #cba398

#cba398 #cbbd98 #cb98a7

Monochromatic Colors of #cba398

#cba398

Complementary Color

#cba398 #98c0cb

#cba398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba398 Color CSS Codes

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

#cba398 Text Font Color

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

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


#cba398 Background Color

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

This div background color is #cba398


#cba398 Border Color

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

This div border color is #cba398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba398


Comments

No comments written yet.

Please login to write comment.