Color Hex Logo

#caab38 Color Hex

#CAAB38
(202,171,56)
0 Favorites   0 Comments

Color spaces of #caab38

RGB 20217156
HSL0.130.580.51
HSV47°72°79°
CMYK 0.000.150.72   0.21
XYZ39.633841.96799.7531
Yxy41.96790.43380.4594
Hunter Lab64.7826-4.163936.4217
CIE-Lab70.8488-0.800860.2528

#caab38 color RGB value is (202,171,56).

#caab38 hex color red value is 202, green value is 171 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #caab38 hue: 0.13 , saturation: 0.58 and the lightness value of caab38 is 0.51.

The process color (four color CMYK) of #caab38 color hex is 0.00, 0.15, 0.72, 0.21. Web safe color of #caab38 is #cc9933. Color #caab38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101011 00111000
Octal 312 253 70
Decimal 202 171 56
Hex CA AB 38

RGB Percentages of Color #caab38

%47.09
%39.86
%13.05

CMYK Percentages of Color #caab38

%0
%15
%72
%21

Triadic Colors of #caab38

#caab38 #38caab #ab38ca

Analogous Colors of #caab38

#caab38 #a0ca38 #ca6238

Monochromatic Colors of #caab38

#caab38

Complementary Color

#caab38 #3857ca

#caab38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caab38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caab38 Color CSS Codes

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

#caab38 Text Font Color

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

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


#caab38 Background Color

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

This div background color is #caab38


#caab38 Border Color

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

This div border color is #caab38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caab38


Comments

No comments written yet.

Please login to write comment.