Color Hex Logo

#cbbf59 Color Hex

#CBBF59
(203,191,89)
0 Favorites   0 Comments

Color spaces of #cbbf59

RGB 20319189
HSL0.150.520.57
HSV54°56°80°
CMYK 0.000.060.56   0.20
XYZ45.062650.679416.8582
Yxy50.67940.40020.4501
Hunter Lab71.1895-11.591935.7923
CIE-Lab76.4844-8.761252.0618

#cbbf59 color RGB value is (203,191,89).

#cbbf59 hex color red value is 203, green value is 191 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #cbbf59 hue: 0.15 , saturation: 0.52 and the lightness value of cbbf59 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111111 01011001
Octal 313 277 131
Decimal 203 191 89
Hex CB BF 59

RGB Percentages of Color #cbbf59

%42.03
%39.54
%18.43

CMYK Percentages of Color #cbbf59

%0
%6
%56
%20

Triadic Colors of #cbbf59

#cbbf59 #59cbbf #bf59cb

Analogous Colors of #cbbf59

#cbbf59 #9ecb59 #cb8659

Monochromatic Colors of #cbbf59

#cbbf59

Complementary Color

#cbbf59 #5965cb

#cbbf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbf59 Color CSS Codes

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

#cbbf59 Text Font Color

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

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


#cbbf59 Background Color

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

This div background color is #cbbf59


#cbbf59 Border Color

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

This div border color is #cbbf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbf59


Comments

No comments written yet.

Please login to write comment.