Color Hex Logo

#cabe1f Color Hex

#CABE1F
(202,190,31)
0 Favorites   0 Comments

Color spaces of #cabe1f

RGB 20219031
HSL0.150.730.46
HSV56°85°79°
CMYK 0.000.060.85   0.21
XYZ43.017949.48248.5801
Yxy49.48240.42560.4895
Hunter Lab70.3437-13.941942.0088
CIE-Lab75.7505-11.586072.4457

#cabe1f color RGB value is (202,190,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00011111
Octal 312 276 37
Decimal 202 190 31
Hex CA BE 1F

RGB Percentages of Color #cabe1f

%47.75
%44.92
%7.33

CMYK Percentages of Color #cabe1f

%0
%6
%85
%21

Triadic Colors of #cabe1f

#cabe1f #1fcabe #be1fca

Analogous Colors of #cabe1f

#cabe1f #81ca1f #ca691f

Monochromatic Colors of #cabe1f

#cabe1f

Complementary Color

#cabe1f #1f2bca

#cabe1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe1f Color CSS Codes

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

#cabe1f Text Font Color

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

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


#cabe1f Background Color

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

This div background color is #cabe1f


#cabe1f Border Color

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

This div border color is #cabe1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,190,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 #cabe1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe1f


Comments

No comments written yet.

Please login to write comment.