Color Hex Logo

#cab261 Color Hex

#CAB261
(202,178,97)
0 Favorites   0 Comments

Color spaces of #cab261

RGB 20217897
HSL0.130.500.59
HSV46°52°79°
CMYK 0.000.120.52   0.21
XYZ42.435245.260417.8088
Yxy45.26040.40220.4290
Hunter Lab67.2759-5.141331.3983
CIE-Lab73.0630-1.743544.1811

#cab261 color RGB value is (202,178,97).

#cab261 hex color red value is 202, green value is 178 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cab261 hue: 0.13 , saturation: 0.50 and the lightness value of cab261 is 0.59.

The process color (four color CMYK) of #cab261 color hex is 0.00, 0.12, 0.52, 0.21. Web safe color of #cab261 is #cc9966. Color #cab261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 01100001
Octal 312 262 141
Decimal 202 178 97
Hex CA B2 61

RGB Percentages of Color #cab261

%42.35
%37.32
%20.34

CMYK Percentages of Color #cab261

%0
%12
%52
%21

Triadic Colors of #cab261

#cab261 #61cab2 #b261ca

Analogous Colors of #cab261

#cab261 #aeca61 #ca7e61

Monochromatic Colors of #cab261

#cab261

Complementary Color

#cab261 #6179ca

#cab261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab261 Color CSS Codes

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

#cab261 Text Font Color

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

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


#cab261 Background Color

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

This div background color is #cab261


#cab261 Border Color

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

This div border color is #cab261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab261


Comments

No comments written yet.

Please login to write comment.