Color Hex Logo

#cbc288 Color Hex

#CBC288
(203,194,136)
0 Favorites   0 Comments

Color spaces of #cbc288

RGB 203194136
HSL0.140.390.66
HSV52°33°80°
CMYK 0.000.040.33   0.20
XYZ48.364353.057730.9846
Yxy53.05770.36530.4007
Hunter Lab72.8407-8.952025.7680
CIE-Lab77.9091-5.603430.3618

#cbc288 color RGB value is (203,194,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 10001000
Octal 313 302 210
Decimal 203 194 136
Hex CB C2 88

RGB Percentages of Color #cbc288

%38.09
%36.40
%25.52

CMYK Percentages of Color #cbc288

%0
%4
%33
%20

Triadic Colors of #cbc288

#cbc288 #88cbc2 #c288cb

Analogous Colors of #cbc288

#cbc288 #b3cb88 #cba188

Monochromatic Colors of #cbc288

#cbc288

Complementary Color

#cbc288 #8891cb

#cbc288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc288 Color CSS Codes

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

#cbc288 Text Font Color

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

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


#cbc288 Background Color

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

This div background color is #cbc288


#cbc288 Border Color

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

This div border color is #cbc288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc288


Comments

No comments written yet.

Please login to write comment.