Color Hex Logo

#cdd304 Color Hex

#CDD304
(205,211,4)
0 Favorites   0 Comments

Color spaces of #cdd304

RGB 2052114
HSL0.170.960.42
HSV62°98°83°
CMYK 0.030.000.98   0.17
XYZ48.493059.57649.0584
Yxy59.57640.41400.5086
Hunter Lab77.1857-22.930047.0718
CIE-Lab81.6074-21.190880.9793

#cdd304 color RGB value is (205,211,4).

#cdd304 hex color red value is 205, green value is 211 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #cdd304 hue: 0.17 , saturation: 0.96 and the lightness value of cdd304 is 0.42.

The process color (four color CMYK) of #cdd304 color hex is 0.03, 0.00, 0.98, 0.17. Web safe color of #cdd304 is #cccc00. Color #cdd304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010011 00000100
Octal 315 323 4
Decimal 205 211 4
Hex CD D3 4

RGB Percentages of Color #cdd304

%48.81
%50.24
%0.95

CMYK Percentages of Color #cdd304

%3
%0
%98
%17

Triadic Colors of #cdd304

#cdd304 #04cdd3 #d304cd

Analogous Colors of #cdd304

#cdd304 #66d304 #d37204

Monochromatic Colors of #cdd304

#cdd304

Complementary Color

#cdd304 #0a04d3

#cdd304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd304 Color CSS Codes

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

#cdd304 Text Font Color

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

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


#cdd304 Background Color

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

This div background color is #cdd304


#cdd304 Border Color

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

This div border color is #cdd304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd304


Comments

No comments written yet.

Please login to write comment.