Color Hex Logo

#cdd62d Color Hex

#CDD62D
(205,214,45)
0 Favorites   0 Comments

Color spaces of #cdd62d

RGB 20521445
HSL0.180.670.51
HSV63°79°84°
CMYK 0.040.000.79   0.16
XYZ49.697161.261711.6880
Yxy61.26170.40520.4995
Hunter Lab78.2699-23.634545.9352
CIE-Lab82.5192-21.841374.8097

#cdd62d color RGB value is (205,214,45).

#cdd62d hex color red value is 205, green value is 214 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cdd62d hue: 0.18 , saturation: 0.67 and the lightness value of cdd62d is 0.51.

The process color (four color CMYK) of #cdd62d color hex is 0.04, 0.00, 0.79, 0.16. Web safe color of #cdd62d is #cccc33. Color #cdd62d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010110 00101101
Octal 315 326 55
Decimal 205 214 45
Hex CD D6 2D

RGB Percentages of Color #cdd62d

%44.18
%46.12
%9.70

CMYK Percentages of Color #cdd62d

%4
%0
%79
%16

Triadic Colors of #cdd62d

#cdd62d #2dcdd6 #d62dcd

Analogous Colors of #cdd62d

#cdd62d #79d62d #d68b2d

Monochromatic Colors of #cdd62d

#cdd62d

Complementary Color

#cdd62d #362dd6

#cdd62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd62d Color CSS Codes

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

#cdd62d Text Font Color

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

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


#cdd62d Background Color

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

This div background color is #cdd62d


#cdd62d Border Color

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

This div border color is #cdd62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd62d


Comments

No comments written yet.

Please login to write comment.