Color Hex Logo

#cab268 Color Hex

#CAB268
(202,178,104)
0 Favorites   0 Comments

Color spaces of #cab268

RGB 202178104
HSL0.130.480.60
HSV45°49°79°
CMYK 0.000.120.49   0.21
XYZ42.776245.396819.6046
Yxy45.39680.39690.4212
Hunter Lab67.3771-4.584529.9125
CIE-Lab73.1524-1.107840.7759

#cab268 color RGB value is (202,178,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 01101000
Octal 312 262 150
Decimal 202 178 104
Hex CA B2 68

RGB Percentages of Color #cab268

%41.74
%36.78
%21.49

CMYK Percentages of Color #cab268

%0
%12
%49
%21

Triadic Colors of #cab268

#cab268 #68cab2 #b268ca

Analogous Colors of #cab268

#cab268 #b1ca68 #ca8168

Monochromatic Colors of #cab268

#cab268

Complementary Color

#cab268 #6880ca

#cab268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab268 Color CSS Codes

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

#cab268 Text Font Color

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

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


#cab268 Background Color

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

This div background color is #cab268


#cab268 Border Color

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

This div border color is #cab268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab268


Comments

No comments written yet.

Please login to write comment.