Color Hex Logo

#cbc372 Color Hex

#CBC372
(203,195,114)
0 Favorites   0 Comments

Color spaces of #cbc372

RGB 203195114
HSL0.150.460.62
HSV55°44°80°
CMYK 0.000.040.44   0.20
XYZ47.181052.941623.6516
Yxy52.94160.38120.4277
Hunter Lab72.7610-11.585531.6599
CIE-Lab77.8405-8.590341.5684

#cbc372 color RGB value is (203,195,114).

#cbc372 hex color red value is 203, green value is 195 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cbc372 hue: 0.15 , saturation: 0.46 and the lightness value of cbc372 is 0.62.

The process color (four color CMYK) of #cbc372 color hex is 0.00, 0.04, 0.44, 0.20. Web safe color of #cbc372 is #cccc66. Color #cbc372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 01110010
Octal 313 303 162
Decimal 203 195 114
Hex CB C3 72

RGB Percentages of Color #cbc372

%39.65
%38.09
%22.27

CMYK Percentages of Color #cbc372

%0
%4
%44
%20

Triadic Colors of #cbc372

#cbc372 #72cbc3 #c372cb

Analogous Colors of #cbc372

#cbc372 #a7cb72 #cb9772

Monochromatic Colors of #cbc372

#cbc372

Complementary Color

#cbc372 #727acb

#cbc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc372 Color CSS Codes

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

#cbc372 Text Font Color

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

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


#cbc372 Background Color

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

This div background color is #cbc372


#cbc372 Border Color

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

This div border color is #cbc372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc372


Comments

No comments written yet.

Please login to write comment.