Color Hex Logo

#cbbe70 Color Hex

#CBBE70
(203,190,112)
0 Favorites   0 Comments

Color spaces of #cbbe70

RGB 203190112
HSL0.140.470.62
HSV51°45°80°
CMYK 0.000.060.45   0.20
XYZ45.966750.693322.6913
Yxy50.69330.38510.4247
Hunter Lab71.1992-9.357830.9436
CIE-Lab76.4929-6.207440.8945

#cbbe70 color RGB value is (203,190,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01110000
Octal 313 276 160
Decimal 203 190 112
Hex CB BE 70

RGB Percentages of Color #cbbe70

%40.20
%37.62
%22.18

CMYK Percentages of Color #cbbe70

%0
%6
%45
%20

Triadic Colors of #cbbe70

#cbbe70 #70cbbe #be70cb

Analogous Colors of #cbbe70

#cbbe70 #abcb70 #cb9170

Monochromatic Colors of #cbbe70

#cbbe70

Complementary Color

#cbbe70 #707dcb

#cbbe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe70 Color CSS Codes

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

#cbbe70 Text Font Color

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

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


#cbbe70 Background Color

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

This div background color is #cbbe70


#cbbe70 Border Color

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

This div border color is #cbbe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe70


Comments

No comments written yet.

Please login to write comment.