Color Hex Logo

#ccd482 Color Hex

#CCD482
(204,212,130)
0 Favorites   0 Comments

Color spaces of #ccd482

RGB 204212130
HSL0.180.490.67
HSV66°39°83°
CMYK 0.040.000.39   0.17
XYZ52.474661.536030.2310
Yxy61.53600.36380.4266
Hunter Lab78.4449-17.873532.0623
CIE-Lab82.6661-15.105639.6388

#ccd482 color RGB value is (204,212,130).

#ccd482 hex color red value is 204, green value is 212 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ccd482 hue: 0.18 , saturation: 0.49 and the lightness value of ccd482 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10000010
Octal 314 324 202
Decimal 204 212 130
Hex CC D4 82

RGB Percentages of Color #ccd482

%37.36
%38.83
%23.81

CMYK Percentages of Color #ccd482

%4
%0
%39
%17

Triadic Colors of #ccd482

#ccd482 #82ccd4 #d482cc

Analogous Colors of #ccd482

#ccd482 #a3d482 #d4b382

Monochromatic Colors of #ccd482

#ccd482

Complementary Color

#ccd482 #8a82d4

#ccd482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd482 Color CSS Codes

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

#ccd482 Text Font Color

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

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


#ccd482 Background Color

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

This div background color is #ccd482


#ccd482 Border Color

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

This div border color is #ccd482


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,212,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccd482; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccd482;
  -webkit-box-shadow: 1px 1px 3px 2px #ccd482;
  box-shadow:         1px 1px 3px 2px #ccd482; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,212,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd482

#ccd482 Color Palettes


Comments

No comments written yet.

Please login to write comment.