Color Hex Logo

#cabd1f Color Hex

#CABD1F
(202,189,31)
0 Favorites   0 Comments

Color spaces of #cabd1f

RGB 20218931
HSL0.150.730.46
HSV55°85°79°
CMYK 0.000.060.85   0.21
XYZ42.802049.05078.5081
Yxy49.05070.42650.4887
Hunter Lab70.0362-13.474741.8227
CIE-Lab75.4829-11.075972.2249

#cabd1f color RGB value is (202,189,31).

#cabd1f hex color red value is 202, green value is 189 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cabd1f hue: 0.15 , saturation: 0.73 and the lightness value of cabd1f is 0.46.

The process color (four color CMYK) of #cabd1f color hex is 0.00, 0.06, 0.85, 0.21. Web safe color of #cabd1f is #cccc33. Color #cabd1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 00011111
Octal 312 275 37
Decimal 202 189 31
Hex CA BD 1F

RGB Percentages of Color #cabd1f

%47.87
%44.79
%7.35

CMYK Percentages of Color #cabd1f

%0
%6
%85
%21

Triadic Colors of #cabd1f

#cabd1f #1fcabd #bd1fca

Analogous Colors of #cabd1f

#cabd1f #82ca1f #ca681f

Monochromatic Colors of #cabd1f

#cabd1f

Complementary Color

#cabd1f #1f2cca

#cabd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabd1f Color CSS Codes

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

#cabd1f Text Font Color

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

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


#cabd1f Background Color

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

This div background color is #cabd1f


#cabd1f Border Color

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

This div border color is #cabd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabd1f


Comments

No comments written yet.

Please login to write comment.