Color Hex Logo

#cab255 Color Hex

#CAB255
(202,178,85)
0 Favorites   0 Comments

Color spaces of #cab255

RGB 20217885
HSL0.130.520.56
HSV48°58°79°
CMYK 0.000.120.58   0.21
XYZ41.917245.053215.0812
Yxy45.05320.41070.4415
Hunter Lab67.1217-5.990533.6636
CIE-Lab72.9269-2.718149.8425

#cab255 color RGB value is (202,178,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10110010 01010101
Octal 312 262 125
Decimal 202 178 85
Hex CA B2 55

RGB Percentages of Color #cab255

%43.44
%38.28
%18.28

CMYK Percentages of Color #cab255

%0
%12
%58
%21

Triadic Colors of #cab255

#cab255 #55cab2 #b255ca

Analogous Colors of #cab255

#cab255 #a8ca55 #ca7855

Monochromatic Colors of #cab255

#cab255

Complementary Color

#cab255 #556dca

#cab255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cab255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cab255 Color CSS Codes

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

#cab255 Text Font Color

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

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


#cab255 Background Color

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

This div background color is #cab255


#cab255 Border Color

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

This div border color is #cab255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cab255


Comments

No comments written yet.

Please login to write comment.