Color Hex Logo

#cabd0f Color Hex

#CABD0F
(202,189,15)
0 Favorites   0 Comments

Color spaces of #cabd0f

RGB 20218915
HSL0.160.860.43
HSV56°93°79°
CMYK 0.000.060.93   0.21
XYZ42.640948.98627.6598
Yxy48.98620.42950.4934
Hunter Lab69.9901-13.733142.5043
CIE-Lab75.4427-11.384475.0975

#cabd0f color RGB value is (202,189,15).

#cabd0f hex color red value is 202, green value is 189 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cabd0f hue: 0.16 , saturation: 0.86 and the lightness value of cabd0f is 0.43.

The process color (four color CMYK) of #cabd0f color hex is 0.00, 0.06, 0.93, 0.21. Web safe color of #cabd0f is #cccc00. Color #cabd0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 00001111
Octal 312 275 17
Decimal 202 189 15
Hex CA BD F

RGB Percentages of Color #cabd0f

%49.75
%46.55
%3.69

CMYK Percentages of Color #cabd0f

%0
%6
%93
%21

Triadic Colors of #cabd0f

#cabd0f #0fcabd #bd0fca

Analogous Colors of #cabd0f

#cabd0f #7aca0f #ca600f

Monochromatic Colors of #cabd0f

#cabd0f

Complementary Color

#cabd0f #0f1cca

#cabd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabd0f Color CSS Codes

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

#cabd0f Text Font Color

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

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


#cabd0f Background Color

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

This div background color is #cabd0f


#cabd0f Border Color

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

This div border color is #cabd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabd0f


Comments

No comments written yet.

Please login to write comment.