Color Hex Logo

#cabf5d Color Hex

#CABF5D
(202,191,93)
0 Favorites   0 Comments

Color spaces of #cabf5d

RGB 20219193
HSL0.150.510.58
HSV54°54°79°
CMYK 0.000.050.54   0.21
XYZ44.963750.608517.7545
Yxy50.60850.39680.4466
Hunter Lab71.1397-11.673835.0006
CIE-Lab76.4413-8.860650.1169

#cabf5d color RGB value is (202,191,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111111 01011101
Octal 312 277 135
Decimal 202 191 93
Hex CA BF 5D

RGB Percentages of Color #cabf5d

%41.56
%39.30
%19.14

CMYK Percentages of Color #cabf5d

%0
%5
%54
%21

Triadic Colors of #cabf5d

#cabf5d #5dcabf #bf5dca

Analogous Colors of #cabf5d

#cabf5d #9fca5d #ca895d

Monochromatic Colors of #cabf5d

#cabf5d

Complementary Color

#cabf5d #5d68ca

#cabf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabf5d Color CSS Codes

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

#cabf5d Text Font Color

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

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


#cabf5d Background Color

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

This div background color is #cabf5d


#cabf5d Border Color

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

This div border color is #cabf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabf5d


Comments

No comments written yet.

Please login to write comment.