Color Hex Logo

#ccd615 Color Hex

#CCD615
(204,214,21)
0 Favorites   0 Comments

Color spaces of #ccd615

RGB 20421421
HSL0.180.820.46
HSV63°90°84°
CMYK 0.050.000.90   0.16
XYZ49.083860.98469.8937
Yxy60.98460.40920.5084
Hunter Lab78.0926-24.469047.1533
CIE-Lab82.3705-22.863979.6898

#ccd615 color RGB value is (204,214,21).

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

The process color (four color CMYK) of #ccd615 color hex is 0.05, 0.00, 0.90, 0.16. Web safe color of #ccd615 is #cccc00. Color #ccd615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 00010101
Octal 314 326 25
Decimal 204 214 21
Hex CC D6 15

RGB Percentages of Color #ccd615

%46.47
%48.75
%4.78

CMYK Percentages of Color #ccd615

%5
%0
%90
%16

Triadic Colors of #ccd615

#ccd615 #15ccd6 #d615cc

Analogous Colors of #ccd615

#ccd615 #6cd615 #d68015

Monochromatic Colors of #ccd615

#ccd615

Complementary Color

#ccd615 #1f15d6

#ccd615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd615 Color CSS Codes

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

#ccd615 Text Font Color

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

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


#ccd615 Background Color

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

This div background color is #ccd615


#ccd615 Border Color

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

This div border color is #ccd615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd615


Comments

No comments written yet.

Please login to write comment.