Color Hex Logo

#cdd901 Color Hex

#CDD901
(205,217,1)
0 Favorites   0 Comments

Color spaces of #cdd901

RGB 2052171
HSL0.180.990.43
HSV63°100°85°
CMYK 0.060.001.00   0.15
XYZ49.995262.60709.4781
Yxy62.60700.40950.5128
Hunter Lab79.1246-25.682148.2850
CIE-Lab83.2352-24.123482.4577

#cdd901 color RGB value is (205,217,1).

#cdd901 hex color red value is 205, green value is 217 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cdd901 hue: 0.18 , saturation: 0.99 and the lightness value of cdd901 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011001 00000001
Octal 315 331 1
Decimal 205 217 1
Hex CD D9 1

RGB Percentages of Color #cdd901

%48.46
%51.30
%0.24

CMYK Percentages of Color #cdd901

%6
%0
%100
%15

Triadic Colors of #cdd901

#cdd901 #01cdd9 #d901cd

Analogous Colors of #cdd901

#cdd901 #61d901 #d97901

Monochromatic Colors of #cdd901

#cdd901

Complementary Color

#cdd901 #0d01d9

#cdd901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd901 Color CSS Codes

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

#cdd901 Text Font Color

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

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


#cdd901 Background Color

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

This div background color is #cdd901


#cdd901 Border Color

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

This div border color is #cdd901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd901


Comments

No comments written yet.

Please login to write comment.