Color Hex Logo

#cabe6b Color Hex

#CABE6B
(202,190,107)
0 Favorites   0 Comments

Color spaces of #cabe6b

RGB 202190107
HSL0.150.470.61
HSV52°47°79°
CMYK 0.000.060.47   0.21
XYZ45.424450.445021.2527
Yxy50.44500.38780.4307
Hunter Lab71.0246-10.132031.9759
CIE-Lab76.3416-7.105043.1945

#cabe6b color RGB value is (202,190,107).

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

The process color (four color CMYK) of #cabe6b color hex is 0.00, 0.06, 0.47, 0.21. Web safe color of #cabe6b is #cccc66. Color #cabe6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111110 01101011
Octal 312 276 153
Decimal 202 190 107
Hex CA BE 6B

RGB Percentages of Color #cabe6b

%40.48
%38.08
%21.44

CMYK Percentages of Color #cabe6b

%0
%6
%47
%21

Triadic Colors of #cabe6b

#cabe6b #6bcabe #be6bca

Analogous Colors of #cabe6b

#cabe6b #a7ca6b #ca8f6b

Monochromatic Colors of #cabe6b

#cabe6b

Complementary Color

#cabe6b #6b77ca

#cabe6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabe6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabe6b Color CSS Codes

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

#cabe6b Text Font Color

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

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


#cabe6b Background Color

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

This div background color is #cabe6b


#cabe6b Border Color

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

This div border color is #cabe6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabe6b


Comments

No comments written yet.

Please login to write comment.