Color Hex Logo

#cabe1c Color Hex

#CABE1C
(202,190,28)
0 Favorites   0 Comments

Color spaces of #cabe1c

RGB 20219028
HSL0.160.760.45
HSV56°86°79°
CMYK 0.000.060.86   0.21
XYZ42.980249.46738.3815
Yxy49.46730.42630.4906
Hunter Lab70.3330-14.002142.1676
CIE-Lab75.7411-11.657973.0964

#cabe1c color RGB value is (202,190,28).

#cabe1c hex color red value is 202, green value is 190 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cabe1c hue: 0.16 , saturation: 0.76 and the lightness value of cabe1c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 00011100
Octal 312 276 34
Decimal 202 190 28
Hex CA BE 1C

RGB Percentages of Color #cabe1c

%48.10
%45.24
%6.67

CMYK Percentages of Color #cabe1c

%0
%6
%86
%21

Triadic Colors of #cabe1c

#cabe1c #1ccabe #be1cca

Analogous Colors of #cabe1c

#cabe1c #7fca1c #ca671c

Monochromatic Colors of #cabe1c

#cabe1c

Complementary Color

#cabe1c #1c28ca

#cabe1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe1c Color CSS Codes

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

#cabe1c Text Font Color

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

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


#cabe1c Background Color

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

This div background color is #cabe1c


#cabe1c Border Color

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

This div border color is #cabe1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe1c


Comments

No comments written yet.

Please login to write comment.