Color Hex Logo

#cbc489 Color Hex

#CBC489
(203,196,137)
0 Favorites   0 Comments

Color spaces of #cbc489

RGB 203196137
HSL0.150.390.67
HSV54°33°80°
CMYK 0.000.030.33   0.20
XYZ48.883953.982531.5101
Yxy53.98250.36380.4017
Hunter Lab73.4728-9.815426.0034
CIE-Lab78.4515-6.517230.5576

#cbc489 color RGB value is (203,196,137).

#cbc489 hex color red value is 203, green value is 196 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cbc489 hue: 0.15 , saturation: 0.39 and the lightness value of cbc489 is 0.67.

The process color (four color CMYK) of #cbc489 color hex is 0.00, 0.03, 0.33, 0.20. Web safe color of #cbc489 is #cccc99. Color #cbc489 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 10001001
Octal 313 304 211
Decimal 203 196 137
Hex CB C4 89

RGB Percentages of Color #cbc489

%37.87
%36.57
%25.56

CMYK Percentages of Color #cbc489

%0
%3
%33
%20

Triadic Colors of #cbc489

#cbc489 #89cbc4 #c489cb

Analogous Colors of #cbc489

#cbc489 #b1cb89 #cba389

Monochromatic Colors of #cbc489

#cbc489

Complementary Color

#cbc489 #8990cb

#cbc489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc489 Color CSS Codes

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

#cbc489 Text Font Color

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

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


#cbc489 Background Color

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

This div background color is #cbc489


#cbc489 Border Color

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

This div border color is #cbc489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc489


Comments

No comments written yet.

Please login to write comment.