Color Hex Logo

#cad384 Color Hex

#CAD384
(202,211,132)
0 Favorites   0 Comments

Color spaces of #cad384

RGB 202211132
HSL0.190.470.67
HSV67°37°83°
CMYK 0.040.000.37   0.17
XYZ51.816260.811030.8365
Yxy60.81100.36120.4239
Hunter Lab77.9814-17.859831.1417
CIE-Lab82.2770-15.151538.1028

#cad384 color RGB value is (202,211,132).

#cad384 hex color red value is 202, green value is 211 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cad384 hue: 0.19 , saturation: 0.47 and the lightness value of cad384 is 0.67.

The process color (four color CMYK) of #cad384 color hex is 0.04, 0.00, 0.37, 0.17. Web safe color of #cad384 is #cccc99. Color #cad384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11010011 10000100
Octal 312 323 204
Decimal 202 211 132
Hex CA D3 84

RGB Percentages of Color #cad384

%37.06
%38.72
%24.22

CMYK Percentages of Color #cad384

%4
%0
%37
%17

Triadic Colors of #cad384

#cad384 #84cad3 #d384ca

Analogous Colors of #cad384

#cad384 #a3d384 #d3b584

Monochromatic Colors of #cad384

#cad384

Complementary Color

#cad384 #8d84d3

#cad384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cad384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cad384 Color CSS Codes

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

#cad384 Text Font Color

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

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


#cad384 Background Color

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

This div background color is #cad384


#cad384 Border Color

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

This div border color is #cad384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cad384


Comments

No comments written yet.

Please login to write comment.