Color Hex Logo

#cab830 Color Hex

#CAB830
(202,184,48)
0 Favorites   0 Comments

Color spaces of #cab830

RGB 20218448
HSL0.150.620.49
HSV53°76°79°
CMYK 0.000.090.76   0.21
XYZ42.031147.05099.6628
Yxy47.05090.42570.4765
Hunter Lab68.5937-10.662239.6634
CIE-Lab74.2223-7.957366.3462

#cab830 color RGB value is (202,184,48).

#cab830 hex color red value is 202, green value is 184 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cab830 hue: 0.15 , saturation: 0.62 and the lightness value of cab830 is 0.49.

The process color (four color CMYK) of #cab830 color hex is 0.00, 0.09, 0.76, 0.21. Web safe color of #cab830 is #cccc33. Color #cab830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111000 00110000
Octal 312 270 60
Decimal 202 184 48
Hex CA B8 30

RGB Percentages of Color #cab830

%46.54
%42.40
%11.06

CMYK Percentages of Color #cab830

%0
%9
%76
%21

Triadic Colors of #cab830

#cab830 #30cab8 #b830ca

Analogous Colors of #cab830

#cab830 #8fca30 #ca6b30

Monochromatic Colors of #cab830

#cab830

Complementary Color

#cab830 #3042ca

#cab830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab830 Color CSS Codes

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

#cab830 Text Font Color

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

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


#cab830 Background Color

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

This div background color is #cab830


#cab830 Border Color

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

This div border color is #cab830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,184,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab830


Comments

No comments written yet.

Please login to write comment.