Color Hex Logo

#cabe8d Color Hex

#CABE8D
(202,190,141)
0 Favorites   0 Comments

Color spaces of #cabe8d

RGB 202190141
HSL0.130.370.67
HSV48°30°79°
CMYK 0.000.060.30   0.21
XYZ47.578351.306632.5948
Yxy51.30660.36190.3902
Hunter Lab71.6286-6.784023.1600
CIE-Lab76.8644-3.274726.3202

#cabe8d color RGB value is (202,190,141).

#cabe8d hex color red value is 202, green value is 190 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cabe8d hue: 0.13 , saturation: 0.37 and the lightness value of cabe8d is 0.67.

The process color (four color CMYK) of #cabe8d color hex is 0.00, 0.06, 0.30, 0.21. Web safe color of #cabe8d is #cccc99. Color #cabe8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 10001101
Octal 312 276 215
Decimal 202 190 141
Hex CA BE 8D

RGB Percentages of Color #cabe8d

%37.90
%35.65
%26.45

CMYK Percentages of Color #cabe8d

%0
%6
%30
%21

Triadic Colors of #cabe8d

#cabe8d #8dcabe #be8dca

Analogous Colors of #cabe8d

#cabe8d #b8ca8d #caa08d

Monochromatic Colors of #cabe8d

#cabe8d

Complementary Color

#cabe8d #8d99ca

#cabe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe8d Color CSS Codes

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

#cabe8d Text Font Color

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

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


#cabe8d Background Color

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

This div background color is #cabe8d


#cabe8d Border Color

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

This div border color is #cabe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe8d


Comments

No comments written yet.

Please login to write comment.