Color Hex Logo

#cadb65 Color Hex

#CADB65
(202,219,101)
0 Favorites   0 Comments

Color spaces of #cadb65

RGB 202219101
HSL0.190.620.63
HSV69°54°86°
CMYK 0.080.000.54   0.14
XYZ52.037664.159221.9532
Yxy64.15920.37670.4644
Hunter Lab80.0994-24.209339.8197
CIE-Lab84.0486-22.206655.2215

#cadb65 color RGB value is (202,219,101).

#cadb65 hex color red value is 202, green value is 219 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cadb65 hue: 0.19 , saturation: 0.62 and the lightness value of cadb65 is 0.63.

The process color (four color CMYK) of #cadb65 color hex is 0.08, 0.00, 0.54, 0.14. Web safe color of #cadb65 is #cccc66. Color #cadb65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 01100101
Octal 312 333 145
Decimal 202 219 101
Hex CA DB 65

RGB Percentages of Color #cadb65

%38.70
%41.95
%19.35

CMYK Percentages of Color #cadb65

%8
%0
%54
%14

Triadic Colors of #cadb65

#cadb65 #65cadb #db65ca

Analogous Colors of #cadb65

#cadb65 #8fdb65 #dbb165

Monochromatic Colors of #cadb65

#cadb65

Complementary Color

#cadb65 #7665db

#cadb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadb65 Color CSS Codes

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

#cadb65 Text Font Color

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

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


#cadb65 Background Color

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

This div background color is #cadb65


#cadb65 Border Color

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

This div border color is #cadb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadb65


Comments

No comments written yet.

Please login to write comment.