Color Hex Logo

#cbb74f Color Hex

#CBB74F
(203,183,79)
0 Favorites   0 Comments

Color spaces of #cbb74f

RGB 20318379
HSL0.140.540.55
HSV50°61°80°
CMYK 0.000.100.61   0.20
XYZ42.973447.128014.2288
Yxy47.12800.41190.4517
Hunter Lab68.6498-8.399835.7661
CIE-Lab74.2716-5.343954.1484

#cbb74f color RGB value is (203,183,79).

#cbb74f hex color red value is 203, green value is 183 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cbb74f hue: 0.14 , saturation: 0.54 and the lightness value of cbb74f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 01001111
Octal 313 267 117
Decimal 203 183 79
Hex CB B7 4F

RGB Percentages of Color #cbb74f

%43.66
%39.35
%16.99

CMYK Percentages of Color #cbb74f

%0
%10
%61
%20

Triadic Colors of #cbb74f

#cbb74f #4fcbb7 #b74fcb

Analogous Colors of #cbb74f

#cbb74f #a1cb4f #cb794f

Monochromatic Colors of #cbb74f

#cbb74f

Complementary Color

#cbb74f #4f63cb

#cbb74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb74f Color CSS Codes

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

#cbb74f Text Font Color

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

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


#cbb74f Background Color

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

This div background color is #cbb74f


#cbb74f Border Color

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

This div border color is #cbb74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb74f


Comments

No comments written yet.

Please login to write comment.