Color Hex Logo

#cbbe72 Color Hex

#CBBE72
(203,190,114)
0 Favorites   0 Comments

Color spaces of #cbbe72

RGB 203190114
HSL0.140.460.62
HSV51°44°80°
CMYK 0.000.060.44   0.20
XYZ46.079350.738323.2844
Yxy50.73830.38370.4225
Hunter Lab71.2308-9.182130.4805
CIE-Lab76.5202-6.005239.9175

#cbbe72 color RGB value is (203,190,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01110010
Octal 313 276 162
Decimal 203 190 114
Hex CB BE 72

RGB Percentages of Color #cbbe72

%40.04
%37.48
%22.49

CMYK Percentages of Color #cbbe72

%0
%6
%44
%20

Triadic Colors of #cbbe72

#cbbe72 #72cbbe #be72cb

Analogous Colors of #cbbe72

#cbbe72 #accb72 #cb9272

Monochromatic Colors of #cbbe72

#cbbe72

Complementary Color

#cbbe72 #727fcb

#cbbe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe72 Color CSS Codes

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

#cbbe72 Text Font Color

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

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


#cbbe72 Background Color

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

This div background color is #cbbe72


#cbbe72 Border Color

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

This div border color is #cbbe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe72


Comments

No comments written yet.

Please login to write comment.