Color Hex Logo

#cab448 Color Hex

#CAB448
(202,180,72)
0 Favorites   0 Comments

Color spaces of #cab448

RGB 20218072
HSL0.140.550.54
HSV50°64°79°
CMYK 0.000.110.64   0.21
XYZ41.848145.667012.7399
Yxy45.66700.41740.4555
Hunter Lab67.5774-7.722136.1266
CIE-Lab73.3289-4.660256.1944

#cab448 color RGB value is (202,180,72).

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

The process color (four color CMYK) of #cab448 color hex is 0.00, 0.11, 0.64, 0.21. Web safe color of #cab448 is #cccc33. Color #cab448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110100 01001000
Octal 312 264 110
Decimal 202 180 72
Hex CA B4 48

RGB Percentages of Color #cab448

%44.49
%39.65
%15.86

CMYK Percentages of Color #cab448

%0
%11
%64
%21

Triadic Colors of #cab448

#cab448 #48cab4 #b448ca

Analogous Colors of #cab448

#cab448 #9fca48 #ca7348

Monochromatic Colors of #cab448

#cab448

Complementary Color

#cab448 #485eca

#cab448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab448 Color CSS Codes

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

#cab448 Text Font Color

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

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


#cab448 Background Color

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

This div background color is #cab448


#cab448 Border Color

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

This div border color is #cab448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab448


Comments

No comments written yet.

Please login to write comment.