Color Hex Logo

#cadb83 Color Hex

#CADB83
(202,219,131)
0 Favorites   0 Comments

Color spaces of #cadb83

RGB 202219131
HSL0.200.550.69
HSV72°40°86°
CMYK 0.080.000.40   0.14
XYZ53.785464.858331.1568
Yxy64.85830.35900.4330
Hunter Lab80.5347-21.723733.4365
CIE-Lab84.4107-19.238141.3283

#cadb83 color RGB value is (202,219,131).

#cadb83 hex color red value is 202, green value is 219 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cadb83 hue: 0.20 , saturation: 0.55 and the lightness value of cadb83 is 0.69.

The process color (four color CMYK) of #cadb83 color hex is 0.08, 0.00, 0.40, 0.14. Web safe color of #cadb83 is #cccc99. Color #cadb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011011 10000011
Octal 312 333 203
Decimal 202 219 131
Hex CA DB 83

RGB Percentages of Color #cadb83

%36.59
%39.67
%23.73

CMYK Percentages of Color #cadb83

%8
%0
%40
%14

Triadic Colors of #cadb83

#cadb83 #83cadb #db83ca

Analogous Colors of #cadb83

#cadb83 #9edb83 #dbc083

Monochromatic Colors of #cadb83

#cadb83

Complementary Color

#cadb83 #9483db

#cadb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cadb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cadb83 Color CSS Codes

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

#cadb83 Text Font Color

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

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


#cadb83 Background Color

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

This div background color is #cadb83


#cadb83 Border Color

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

This div border color is #cadb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cadb83


Comments

No comments written yet.

Please login to write comment.