Color Hex Logo

#cdd01a Color Hex

#CDD01A
(205,208,26)
0 Favorites   0 Comments

Color spaces of #cdd01a

RGB 20520826
HSL0.170.780.46
HSV61°88°82°
CMYK 0.010.000.88   0.18
XYZ47.919258.16559.6787
Yxy58.16550.41390.5025
Hunter Lab76.2663-21.312045.8621
CIE-Lab80.8307-19.425177.6911

#cdd01a color RGB value is (205,208,26).

#cdd01a hex color red value is 205, green value is 208 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #cdd01a hue: 0.17 , saturation: 0.78 and the lightness value of cdd01a is 0.46.

The process color (four color CMYK) of #cdd01a color hex is 0.01, 0.00, 0.88, 0.18. Web safe color of #cdd01a is #cccc33. Color #cdd01a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 00011010
Octal 315 320 32
Decimal 205 208 26
Hex CD D0 1A

RGB Percentages of Color #cdd01a

%46.70
%47.38
%5.92

CMYK Percentages of Color #cdd01a

%1
%0
%88
%18

Triadic Colors of #cdd01a

#cdd01a #1acdd0 #d01acd

Analogous Colors of #cdd01a

#cdd01a #72d01a #d0781a

Monochromatic Colors of #cdd01a

#cdd01a

Complementary Color

#cdd01a #1d1ad0

#cdd01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd01a Color CSS Codes

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

#cdd01a Text Font Color

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

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


#cdd01a Background Color

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

This div background color is #cdd01a


#cdd01a Border Color

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

This div border color is #cdd01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd01a


Comments

No comments written yet.

Please login to write comment.