Color Hex Logo

#cdd03a Color Hex

#CDD03A
(205,208,58)
0 Favorites   0 Comments

Color spaces of #cdd03a

RGB 20520858
HSL0.170.610.52
HSV61°72°82°
CMYK 0.010.000.72   0.18
XYZ48.496458.396412.7186
Yxy58.39640.40540.4882
Hunter Lab76.4175-20.450343.6243
CIE-Lab80.9587-18.385269.4037

#cdd03a color RGB value is (205,208,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 00111010
Octal 315 320 72
Decimal 205 208 58
Hex CD D0 3A

RGB Percentages of Color #cdd03a

%43.52
%44.16
%12.31

CMYK Percentages of Color #cdd03a

%1
%0
%72
%18

Triadic Colors of #cdd03a

#cdd03a #3acdd0 #d03acd

Analogous Colors of #cdd03a

#cdd03a #82d03a #d0883a

Monochromatic Colors of #cdd03a

#cdd03a

Complementary Color

#cdd03a #3d3ad0

#cdd03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd03a Color CSS Codes

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

#cdd03a Text Font Color

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

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


#cdd03a Background Color

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

This div background color is #cdd03a


#cdd03a Border Color

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

This div border color is #cdd03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd03a


Comments

No comments written yet.

Please login to write comment.