Color Hex Logo

#cbbe75 Color Hex

#CBBE75
(203,190,117)
0 Favorites   0 Comments

Color spaces of #cbbe75

RGB 203190117
HSL0.140.450.63
HSV51°42°80°
CMYK 0.000.060.42   0.20
XYZ46.252950.807824.1987
Yxy50.80780.38140.4190
Hunter Lab71.2796-8.911729.7674
CIE-Lab76.5624-5.694538.4449

#cbbe75 color RGB value is (203,190,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01110101
Octal 313 276 165
Decimal 203 190 117
Hex CB BE 75

RGB Percentages of Color #cbbe75

%39.80
%37.25
%22.94

CMYK Percentages of Color #cbbe75

%0
%6
%42
%20

Triadic Colors of #cbbe75

#cbbe75 #75cbbe #be75cb

Analogous Colors of #cbbe75

#cbbe75 #adcb75 #cb9375

Monochromatic Colors of #cbbe75

#cbbe75

Complementary Color

#cbbe75 #7582cb

#cbbe75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe75 Color CSS Codes

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

#cbbe75 Text Font Color

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

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


#cbbe75 Background Color

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

This div background color is #cbbe75


#cbbe75 Border Color

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

This div border color is #cbbe75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe75


Comments

No comments written yet.

Please login to write comment.