Color Hex Logo

#cbc988 Color Hex

#CBC988
(203,201,136)
0 Favorites   0 Comments

Color spaces of #cbc988

RGB 203201136
HSL0.160.390.66
HSV58°33°80°
CMYK 0.000.010.33   0.20
XYZ49.959256.247431.5163
Yxy56.24740.36280.4084
Hunter Lab74.9983-12.341327.5835
CIE-Lab79.7544-9.217132.7953

#cbc988 color RGB value is (203,201,136).

#cbc988 hex color red value is 203, green value is 201 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cbc988 hue: 0.16 , saturation: 0.39 and the lightness value of cbc988 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 10001000
Octal 313 311 210
Decimal 203 201 136
Hex CB C9 88

RGB Percentages of Color #cbc988

%37.59
%37.22
%25.19

CMYK Percentages of Color #cbc988

%0
%1
%33
%20

Triadic Colors of #cbc988

#cbc988 #88cbc9 #c988cb

Analogous Colors of #cbc988

#cbc988 #accb88 #cba888

Monochromatic Colors of #cbc988

#cbc988

Complementary Color

#cbc988 #888acb

#cbc988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc988 Color CSS Codes

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

#cbc988 Text Font Color

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

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


#cbc988 Background Color

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

This div background color is #cbc988


#cbc988 Border Color

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

This div border color is #cbc988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc988


Comments

No comments written yet.

Please login to write comment.