Color Hex Logo

#cbaf14 Color Hex

#CBAF14
(203,175,20)
0 Favorites   0 Comments

Color spaces of #cbaf14

RGB 20317520
HSL0.140.820.44
HSV51°90°80°
CMYK 0.000.140.90   0.20
XYZ40.084843.40706.9275
Yxy43.40700.44330.4801
Hunter Lab65.8840-6.694939.8846
CIE-Lab71.8303-3.620171.5889

#cbaf14 color RGB value is (203,175,20).

#cbaf14 hex color red value is 203, green value is 175 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cbaf14 hue: 0.14 , saturation: 0.82 and the lightness value of cbaf14 is 0.44.

The process color (four color CMYK) of #cbaf14 color hex is 0.00, 0.14, 0.90, 0.20. Web safe color of #cbaf14 is #cc9900. Color #cbaf14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101111 00010100
Octal 313 257 24
Decimal 203 175 20
Hex CB AF 14

RGB Percentages of Color #cbaf14

%51.01
%43.97
%5.03

CMYK Percentages of Color #cbaf14

%0
%14
%90
%20

Triadic Colors of #cbaf14

#cbaf14 #14cbaf #af14cb

Analogous Colors of #cbaf14

#cbaf14 #8ccb14 #cb5414

Monochromatic Colors of #cbaf14

#cbaf14

Complementary Color

#cbaf14 #1430cb

#cbaf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaf14 Color CSS Codes

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

#cbaf14 Text Font Color

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

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


#cbaf14 Background Color

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

This div background color is #cbaf14


#cbaf14 Border Color

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

This div border color is #cbaf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaf14


Comments

No comments written yet.

Please login to write comment.