Color Hex Logo

#cabc28 Color Hex

#CABC28
(202,188,40)
0 Favorites   0 Comments

Color spaces of #cabc28

RGB 20218840
HSL0.150.670.47
HSV55°80°79°
CMYK 0.000.070.80   0.21
XYZ42.723348.67629.1512
Yxy48.67620.42490.4841
Hunter Lab69.7683-12.788441.0610
CIE-Lab75.2494-10.304869.7202

#cabc28 color RGB value is (202,188,40).

#cabc28 hex color red value is 202, green value is 188 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cabc28 hue: 0.15 , saturation: 0.67 and the lightness value of cabc28 is 0.47.

The process color (four color CMYK) of #cabc28 color hex is 0.00, 0.07, 0.80, 0.21. Web safe color of #cabc28 is #cccc33. Color #cabc28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 00101000
Octal 312 274 50
Decimal 202 188 40
Hex CA BC 28

RGB Percentages of Color #cabc28

%46.98
%43.72
%9.30

CMYK Percentages of Color #cabc28

%0
%7
%80
%21

Triadic Colors of #cabc28

#cabc28 #28cabc #bc28ca

Analogous Colors of #cabc28

#cabc28 #87ca28 #ca6b28

Monochromatic Colors of #cabc28

#cabc28

Complementary Color

#cabc28 #2836ca

#cabc28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc28 Color CSS Codes

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

#cabc28 Text Font Color

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

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


#cabc28 Background Color

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

This div background color is #cabc28


#cabc28 Border Color

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

This div border color is #cabc28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc28


Comments

No comments written yet.

Please login to write comment.