Color Hex Logo

#ccd514 Color Hex

#CCD514
(204,213,20)
0 Favorites   0 Comments

Color spaces of #ccd514

RGB 20421320
HSL0.170.830.46
HSV63°91°84°
CMYK 0.040.000.91   0.16
XYZ48.822460.47649.7617
Yxy60.47640.41010.5079
Hunter Lab77.7666-24.028046.9942
CIE-Lab82.0965-22.396279.6190

#ccd514 color RGB value is (204,213,20).

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

The process color (four color CMYK) of #ccd514 color hex is 0.04, 0.00, 0.91, 0.16. Web safe color of #ccd514 is #cccc00. Color #ccd514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 00010100
Octal 314 325 24
Decimal 204 213 20
Hex CC D5 14

RGB Percentages of Color #ccd514

%46.68
%48.74
%4.58

CMYK Percentages of Color #ccd514

%4
%0
%91
%16

Triadic Colors of #ccd514

#ccd514 #14ccd5 #d514cc

Analogous Colors of #ccd514

#ccd514 #6cd514 #d57e14

Monochromatic Colors of #ccd514

#ccd514

Complementary Color

#ccd514 #1d14d5

#ccd514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd514 Color CSS Codes

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

#ccd514 Text Font Color

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

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


#ccd514 Background Color

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

This div background color is #ccd514


#ccd514 Border Color

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

This div border color is #ccd514


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,213,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 #ccd514">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd514


Comments

No comments written yet.

Please login to write comment.