Color Hex Logo

#cab14f Color Hex

#CAB14F
(202,177,79)
0 Favorites   0 Comments

Color spaces of #cab14f

RGB 20217779
HSL0.130.540.55
HSV48°61°79°
CMYK 0.000.120.61   0.21
XYZ41.490544.565413.8123
Yxy44.56540.41550.4462
Hunter Lab66.7573-5.885434.4628
CIE-Lab72.6048-2.625552.2748

#cab14f color RGB value is (202,177,79).

#cab14f hex color red value is 202, green value is 177 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cab14f hue: 0.13 , saturation: 0.54 and the lightness value of cab14f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110001 01001111
Octal 312 261 117
Decimal 202 177 79
Hex CA B1 4F

RGB Percentages of Color #cab14f

%44.10
%38.65
%17.25

CMYK Percentages of Color #cab14f

%0
%12
%61
%21

Triadic Colors of #cab14f

#cab14f #4fcab1 #b14fca

Analogous Colors of #cab14f

#cab14f #a6ca4f #ca744f

Monochromatic Colors of #cab14f

#cab14f

Complementary Color

#cab14f #4f68ca

#cab14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab14f Color CSS Codes

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

#cab14f Text Font Color

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

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


#cab14f Background Color

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

This div background color is #cab14f


#cab14f Border Color

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

This div border color is #cab14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab14f


Comments

No comments written yet.

Please login to write comment.