Color Hex Logo

#ccd814 Color Hex

#CCD814
(204,216,20)
0 Favorites   0 Comments

Color spaces of #ccd814

RGB 20421620
HSL0.180.830.46
HSV64°91°85°
CMYK 0.060.000.91   0.15
XYZ49.584061.999610.0156
Yxy61.99960.40780.5099
Hunter Lab78.7398-25.389847.5763
CIE-Lab82.9132-23.845280.2578

#ccd814 color RGB value is (204,216,20).

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

The process color (four color CMYK) of #ccd814 color hex is 0.06, 0.00, 0.91, 0.15. Web safe color of #ccd814 is #cccc00. Color #ccd814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 00010100
Octal 314 330 24
Decimal 204 216 20
Hex CC D8 14

RGB Percentages of Color #ccd814

%46.36
%49.09
%4.55

CMYK Percentages of Color #ccd814

%6
%0
%91
%15

Triadic Colors of #ccd814

#ccd814 #14ccd8 #d814cc

Analogous Colors of #ccd814

#ccd814 #6ad814 #d88214

Monochromatic Colors of #ccd814

#ccd814

Complementary Color

#ccd814 #2014d8

#ccd814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd814 Color CSS Codes

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

#ccd814 Text Font Color

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

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


#ccd814 Background Color

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

This div background color is #ccd814


#ccd814 Border Color

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

This div border color is #ccd814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd814


Comments

No comments written yet.

Please login to write comment.