Color Hex Logo

#ccd81c Color Hex

#CCD81C
(204,216,28)
0 Favorites   0 Comments

Color spaces of #ccd81c

RGB 20421628
HSL0.180.770.48
HSV64°87°85°
CMYK 0.060.000.87   0.15
XYZ49.667362.032910.4544
Yxy62.03290.40660.5078
Hunter Lab78.7610-25.268247.2628
CIE-Lab82.9309-23.696378.9886

#ccd81c color RGB value is (204,216,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 00011100
Octal 314 330 34
Decimal 204 216 28
Hex CC D8 1C

RGB Percentages of Color #ccd81c

%45.54
%48.21
%6.25

CMYK Percentages of Color #ccd81c

%6
%0
%87
%15

Triadic Colors of #ccd81c

#ccd81c #1cccd8 #d81ccc

Analogous Colors of #ccd81c

#ccd81c #6ed81c #d8861c

Monochromatic Colors of #ccd81c

#ccd81c

Complementary Color

#ccd81c #281cd8

#ccd81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd81c Color CSS Codes

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

#ccd81c Text Font Color

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

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


#ccd81c Background Color

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

This div background color is #ccd81c


#ccd81c Border Color

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

This div border color is #ccd81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd81c


Comments

No comments written yet.

Please login to write comment.