Color Hex Logo

#ccd001 Color Hex

#CCD001
(204,208,1)
0 Favorites   0 Comments

Color spaces of #ccd001

RGB 2042081
HSL0.170.990.41
HSV61°100°82°
CMYK 0.020.001.00   0.18
XYZ47.463257.95138.7129
Yxy57.95130.41590.5078
Hunter Lab76.1258-21.928146.5020
CIE-Lab80.7117-20.178580.5595

#ccd001 color RGB value is (204,208,1).

#ccd001 hex color red value is 204, green value is 208 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ccd001 hue: 0.17 , saturation: 0.99 and the lightness value of ccd001 is 0.41.

The process color (four color CMYK) of #ccd001 color hex is 0.02, 0.00, 1.00, 0.18. Web safe color of #ccd001 is #cccc00. Color #ccd001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 00000001
Octal 314 320 1
Decimal 204 208 1
Hex CC D0 1

RGB Percentages of Color #ccd001

%49.39
%50.36
%0.24

CMYK Percentages of Color #ccd001

%2
%0
%100
%18

Triadic Colors of #ccd001

#ccd001 #01ccd0 #d001cc

Analogous Colors of #ccd001

#ccd001 #65d001 #d06d01

Monochromatic Colors of #ccd001

#ccd001

Complementary Color

#ccd001 #0501d0

#ccd001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd001 Color CSS Codes

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

#ccd001 Text Font Color

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

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


#ccd001 Background Color

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

This div background color is #ccd001


#ccd001 Border Color

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

This div border color is #ccd001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd001


Comments

No comments written yet.

Please login to write comment.