Color Hex Logo

#caba14 Color Hex

#CABA14
(202,186,20)
0 Favorites   0 Comments

Color spaces of #caba14

RGB 20218620
HSL0.150.820.44
HSV55°90°79°
CMYK 0.000.080.90   0.21
XYZ42.042347.72497.6578
Yxy47.72490.43150.4899
Hunter Lab69.0832-12.265041.7860
CIE-Lab74.6511-9.771673.7397

#caba14 color RGB value is (202,186,20).

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

The process color (four color CMYK) of #caba14 color hex is 0.00, 0.08, 0.90, 0.21. Web safe color of #caba14 is #cccc00. Color #caba14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111010 00010100
Octal 312 272 24
Decimal 202 186 20
Hex CA BA 14

RGB Percentages of Color #caba14

%49.51
%45.59
%4.90

CMYK Percentages of Color #caba14

%0
%8
%90
%21

Triadic Colors of #caba14

#caba14 #14caba #ba14ca

Analogous Colors of #caba14

#caba14 #7fca14 #ca5f14

Monochromatic Colors of #caba14

#caba14

Complementary Color

#caba14 #1424ca

#caba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caba14 Color CSS Codes

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

#caba14 Text Font Color

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

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


#caba14 Background Color

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

This div background color is #caba14


#caba14 Border Color

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

This div border color is #caba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caba14


Comments

No comments written yet.

Please login to write comment.