Color Hex Logo

#cabd66 Color Hex

#CABD66
(202,189,102)
0 Favorites   0 Comments

Color spaces of #cabd66

RGB 202189102
HSL0.150.490.60
HSV52°50°79°
CMYK 0.000.060.50   0.21
XYZ44.953049.911119.8349
Yxy49.91110.39190.4351
Hunter Lab70.6478-10.054632.8073
CIE-Lab76.0147-7.052845.2703

#cabd66 color RGB value is (202,189,102).

#cabd66 hex color red value is 202, green value is 189 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cabd66 hue: 0.15 , saturation: 0.49 and the lightness value of cabd66 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 01100110
Octal 312 275 146
Decimal 202 189 102
Hex CA BD 66

RGB Percentages of Color #cabd66

%40.97
%38.34
%20.69

CMYK Percentages of Color #cabd66

%0
%6
%50
%21

Triadic Colors of #cabd66

#cabd66 #66cabd #bd66ca

Analogous Colors of #cabd66

#cabd66 #a5ca66 #ca8b66

Monochromatic Colors of #cabd66

#cabd66

Complementary Color

#cabd66 #6673ca

#cabd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabd66 Color CSS Codes

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

#cabd66 Text Font Color

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

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


#cabd66 Background Color

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

This div background color is #cabd66


#cabd66 Border Color

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

This div border color is #cabd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabd66


Comments

No comments written yet.

Please login to write comment.