Color Hex Logo

#cbaf51 Color Hex

#CBAF51
(203,175,81)
0 Favorites   0 Comments

Color spaces of #cbaf51

RGB 20317581
HSL0.130.540.56
HSV46°60°80°
CMYK 0.000.140.60   0.20
XYZ41.443843.950514.0836
Yxy43.95050.41660.4418
Hunter Lab66.2952-4.429033.8112
CIE-Lab72.1954-1.003250.9152

#cbaf51 color RGB value is (203,175,81).

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

The process color (four color CMYK) of #cbaf51 color hex is 0.00, 0.14, 0.60, 0.20. Web safe color of #cbaf51 is #cc9966. Color #cbaf51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 01010001
Octal 313 257 121
Decimal 203 175 81
Hex CB AF 51

RGB Percentages of Color #cbaf51

%44.23
%38.13
%17.65

CMYK Percentages of Color #cbaf51

%0
%14
%60
%20

Triadic Colors of #cbaf51

#cbaf51 #51cbaf #af51cb

Analogous Colors of #cbaf51

#cbaf51 #aacb51 #cb7251

Monochromatic Colors of #cbaf51

#cbaf51

Complementary Color

#cbaf51 #516dcb

#cbaf51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf51 Color CSS Codes

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

#cbaf51 Text Font Color

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

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


#cbaf51 Background Color

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

This div background color is #cbaf51


#cbaf51 Border Color

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

This div border color is #cbaf51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf51


Comments

No comments written yet.

Please login to write comment.