Color Hex Logo

#cdd23d Color Hex

#CDD23D
(205,210,61)
0 Favorites   0 Comments

Color spaces of #cdd23d

RGB 20521061
HSL0.170.620.53
HSV62°71°82°
CMYK 0.020.000.71   0.18
XYZ49.065759.409213.2960
Yxy59.40920.40290.4879
Hunter Lab77.0774-21.256343.7265
CIE-Lab81.5160-19.230268.9070

#cdd23d color RGB value is (205,210,61).

#cdd23d hex color red value is 205, green value is 210 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cdd23d hue: 0.17 , saturation: 0.62 and the lightness value of cdd23d is 0.53.

The process color (four color CMYK) of #cdd23d color hex is 0.02, 0.00, 0.71, 0.18. Web safe color of #cdd23d is #cccc33. Color #cdd23d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 00111101
Octal 315 322 75
Decimal 205 210 61
Hex CD D2 3D

RGB Percentages of Color #cdd23d

%43.07
%44.12
%12.82

CMYK Percentages of Color #cdd23d

%2
%0
%71
%18

Triadic Colors of #cdd23d

#cdd23d #3dcdd2 #d23dcd

Analogous Colors of #cdd23d

#cdd23d #83d23d #d28d3d

Monochromatic Colors of #cdd23d

#cdd23d

Complementary Color

#cdd23d #423dd2

#cdd23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd23d Color CSS Codes

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

#cdd23d Text Font Color

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

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


#cdd23d Background Color

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

This div background color is #cdd23d


#cdd23d Border Color

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

This div border color is #cdd23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd23d


Comments

No comments written yet.

Please login to write comment.