Color Hex Logo

#cabf58 Color Hex

#CABF58
(202,191,88)
0 Favorites   0 Comments

Color spaces of #cabf58

RGB 20219188
HSL0.150.520.57
HSV54°56°79°
CMYK 0.000.050.56   0.21
XYZ44.749450.522716.6258
Yxy50.52270.39990.4515
Hunter Lab71.0793-12.010635.8873
CIE-Lab76.3890-9.255252.3930

#cabf58 color RGB value is (202,191,88).

#cabf58 hex color red value is 202, green value is 191 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cabf58 hue: 0.15 , saturation: 0.52 and the lightness value of cabf58 is 0.57.

The process color (four color CMYK) of #cabf58 color hex is 0.00, 0.05, 0.56, 0.21. Web safe color of #cabf58 is #cccc66. Color #cabf58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111111 01011000
Octal 312 277 130
Decimal 202 191 88
Hex CA BF 58

RGB Percentages of Color #cabf58

%42.00
%39.71
%18.30

CMYK Percentages of Color #cabf58

%0
%5
%56
%21

Triadic Colors of #cabf58

#cabf58 #58cabf #bf58ca

Analogous Colors of #cabf58

#cabf58 #9cca58 #ca8658

Monochromatic Colors of #cabf58

#cabf58

Complementary Color

#cabf58 #5863ca

#cabf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabf58 Color CSS Codes

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

#cabf58 Text Font Color

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

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


#cabf58 Background Color

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

This div background color is #cabf58


#cabf58 Border Color

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

This div border color is #cabf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabf58


Comments

No comments written yet.

Please login to write comment.