Color Hex Logo

#cbc088 Color Hex

#CBC088
(203,192,136)
0 Favorites   0 Comments

Color spaces of #cbc088

RGB 203192136
HSL0.140.390.66
HSV50°33°80°
CMYK 0.000.050.33   0.20
XYZ47.922252.173430.8372
Yxy52.17340.36600.3985
Hunter Lab72.2312-7.977625.2495
CIE-Lab77.3844-4.562029.6662

#cbc088 color RGB value is (203,192,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 10001000
Octal 313 300 210
Decimal 203 192 136
Hex CB C0 88

RGB Percentages of Color #cbc088

%38.23
%36.16
%25.61

CMYK Percentages of Color #cbc088

%0
%5
%33
%20

Triadic Colors of #cbc088

#cbc088 #88cbc0 #c088cb

Analogous Colors of #cbc088

#cbc088 #b5cb88 #cb9f88

Monochromatic Colors of #cbc088

#cbc088

Complementary Color

#cbc088 #8893cb

#cbc088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc088 Color CSS Codes

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

#cbc088 Text Font Color

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

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


#cbc088 Background Color

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

This div background color is #cbc088


#cbc088 Border Color

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

This div border color is #cbc088


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,192,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 #cbc088">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc088


Comments

No comments written yet.

Please login to write comment.