Color Hex Logo

#cabe90 Color Hex

#CABE90
(202,190,144)
0 Favorites   0 Comments

Color spaces of #cabe90

RGB 202190144
HSL0.130.350.68
HSV48°29°79°
CMYK 0.000.060.29   0.21
XYZ47.804651.397133.7866
Yxy51.39710.35950.3865
Hunter Lab71.6918-6.435522.2423
CIE-Lab76.9189-2.881424.8031

#cabe90 color RGB value is (202,190,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 10010000
Octal 312 276 220
Decimal 202 190 144
Hex CA BE 90

RGB Percentages of Color #cabe90

%37.69
%35.45
%26.87

CMYK Percentages of Color #cabe90

%0
%6
%29
%21

Triadic Colors of #cabe90

#cabe90 #90cabe #be90ca

Analogous Colors of #cabe90

#cabe90 #b9ca90 #caa190

Monochromatic Colors of #cabe90

#cabe90

Complementary Color

#cabe90 #909cca

#cabe90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe90 Color CSS Codes

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

#cabe90 Text Font Color

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

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


#cabe90 Background Color

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

This div background color is #cabe90


#cabe90 Border Color

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

This div border color is #cabe90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe90


Comments

No comments written yet.

Please login to write comment.