Color Hex Logo

#ccd82d Color Hex

#CCD82D
(204,216,45)
0 Favorites   0 Comments

Color spaces of #ccd82d

RGB 20421645
HSL0.180.690.51
HSV64°79°85°
CMYK 0.060.000.79   0.15
XYZ49.931462.138611.8449
Yxy62.13860.40290.5015
Hunter Lab78.8280-24.883346.2706
CIE-Lab82.9871-23.225875.1929

#ccd82d color RGB value is (204,216,45).

#ccd82d hex color red value is 204, green value is 216 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ccd82d hue: 0.18 , saturation: 0.69 and the lightness value of ccd82d is 0.51.

The process color (four color CMYK) of #ccd82d color hex is 0.06, 0.00, 0.79, 0.15. Web safe color of #ccd82d is #cccc33. Color #ccd82d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 00101101
Octal 314 330 55
Decimal 204 216 45
Hex CC D8 2D

RGB Percentages of Color #ccd82d

%43.87
%46.45
%9.68

CMYK Percentages of Color #ccd82d

%6
%0
%79
%15

Triadic Colors of #ccd82d

#ccd82d #2dccd8 #d82dcc

Analogous Colors of #ccd82d

#ccd82d #77d82d #d88f2d

Monochromatic Colors of #ccd82d

#ccd82d

Complementary Color

#ccd82d #392dd8

#ccd82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd82d Color CSS Codes

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

#ccd82d Text Font Color

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

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


#ccd82d Background Color

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

This div background color is #ccd82d


#ccd82d Border Color

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

This div border color is #ccd82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd82d


Comments

No comments written yet.

Please login to write comment.