Color Hex Logo

#cbb65f Color Hex

#CBB65F
(203,182,95)
0 Favorites   0 Comments

Color spaces of #cbb65f

RGB 20318295
HSL0.130.510.58
HSV48°53°80°
CMYK 0.000.100.53   0.20
XYZ43.422146.978617.6057
Yxy46.97860.40200.4350
Hunter Lab68.5409-6.863232.7492
CIE-Lab74.1761-3.601346.5175

#cbb65f color RGB value is (203,182,95).

#cbb65f hex color red value is 203, green value is 182 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cbb65f hue: 0.13 , saturation: 0.51 and the lightness value of cbb65f is 0.58.

The process color (four color CMYK) of #cbb65f color hex is 0.00, 0.10, 0.53, 0.20. Web safe color of #cbb65f is #cccc66. Color #cbb65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 01011111
Octal 313 266 137
Decimal 203 182 95
Hex CB B6 5F

RGB Percentages of Color #cbb65f

%42.29
%37.92
%19.79

CMYK Percentages of Color #cbb65f

%0
%10
%53
%20

Triadic Colors of #cbb65f

#cbb65f #5fcbb6 #b65fcb

Analogous Colors of #cbb65f

#cbb65f #aacb5f #cb805f

Monochromatic Colors of #cbb65f

#cbb65f

Complementary Color

#cbb65f #5f74cb

#cbb65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb65f Color CSS Codes

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

#cbb65f Text Font Color

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

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


#cbb65f Background Color

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

This div background color is #cbb65f


#cbb65f Border Color

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

This div border color is #cbb65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb65f


Comments

No comments written yet.

Please login to write comment.