Color Hex Logo

#cdd013 Color Hex

#CDD013
(205,208,19)
0 Favorites   0 Comments

Color spaces of #cdd013

RGB 20520819
HSL0.170.830.45
HSV61°91°82°
CMYK 0.010.000.91   0.18
XYZ47.850358.13799.3159
Yxy58.13790.41500.5042
Hunter Lab76.2482-21.415046.1298
CIE-Lab80.8154-19.549978.7942

#cdd013 color RGB value is (205,208,19).

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

The process color (four color CMYK) of #cdd013 color hex is 0.01, 0.00, 0.91, 0.18. Web safe color of #cdd013 is #cccc00. Color #cdd013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 00010011
Octal 315 320 23
Decimal 205 208 19
Hex CD D0 13

RGB Percentages of Color #cdd013

%47.45
%48.15
%4.40

CMYK Percentages of Color #cdd013

%1
%0
%91
%18

Triadic Colors of #cdd013

#cdd013 #13cdd0 #d013cd

Analogous Colors of #cdd013

#cdd013 #6fd013 #d07513

Monochromatic Colors of #cdd013

#cdd013

Complementary Color

#cdd013 #1613d0

#cdd013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd013 Color CSS Codes

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

#cdd013 Text Font Color

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

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


#cdd013 Background Color

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

This div background color is #cdd013


#cdd013 Border Color

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

This div border color is #cdd013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd013


Comments

No comments written yet.

Please login to write comment.