Color Hex Logo

#cbad4f Color Hex

#CBAD4F
(203,173,79)
0 Favorites   0 Comments

Color spaces of #cbad4f

RGB 20317379
HSL0.130.540.55
HSV45°61°80°
CMYK 0.000.150.61   0.20
XYZ40.983543.148213.5655
Yxy43.14820.41950.4417
Hunter Lab65.6873-3.583333.7367
CIE-Lab71.6554-0.084751.2401

#cbad4f color RGB value is (203,173,79).

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

The process color (four color CMYK) of #cbad4f color hex is 0.00, 0.15, 0.61, 0.20. Web safe color of #cbad4f is #cc9966. Color #cbad4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101101 01001111
Octal 313 255 117
Decimal 203 173 79
Hex CB AD 4F

RGB Percentages of Color #cbad4f

%44.62
%38.02
%17.36

CMYK Percentages of Color #cbad4f

%0
%15
%61
%20

Triadic Colors of #cbad4f

#cbad4f #4fcbad #ad4fcb

Analogous Colors of #cbad4f

#cbad4f #abcb4f #cb6f4f

Monochromatic Colors of #cbad4f

#cbad4f

Complementary Color

#cbad4f #4f6dcb

#cbad4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbad4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbad4f Color CSS Codes

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

#cbad4f Text Font Color

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

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


#cbad4f Background Color

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

This div background color is #cbad4f


#cbad4f Border Color

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

This div border color is #cbad4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,173,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 #cbad4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbad4f


Comments

No comments written yet.

Please login to write comment.