Color Hex Logo

#cdd923 Color Hex

#CDD923
(205,217,35)
0 Favorites   0 Comments

Color spaces of #cdd923

RGB 20521735
HSL0.180.720.49
HSV64°84°85°
CMYK 0.060.000.84   0.15
XYZ50.293162.726211.0467
Yxy62.72620.40540.5056
Hunter Lab79.1999-25.249647.1702
CIE-Lab83.2981-23.594677.9239

#cdd923 color RGB value is (205,217,35).

#cdd923 hex color red value is 205, green value is 217 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cdd923 hue: 0.18 , saturation: 0.72 and the lightness value of cdd923 is 0.49.

The process color (four color CMYK) of #cdd923 color hex is 0.06, 0.00, 0.84, 0.15. Web safe color of #cdd923 is #cccc33. Color #cdd923 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011001 00100011
Octal 315 331 43
Decimal 205 217 35
Hex CD D9 23

RGB Percentages of Color #cdd923

%44.86
%47.48
%7.66

CMYK Percentages of Color #cdd923

%6
%0
%84
%15

Triadic Colors of #cdd923

#cdd923 #23cdd9 #d923cd

Analogous Colors of #cdd923

#cdd923 #72d923 #d98a23

Monochromatic Colors of #cdd923

#cdd923

Complementary Color

#cdd923 #2f23d9

#cdd923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd923 Color CSS Codes

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

#cdd923 Text Font Color

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

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


#cdd923 Background Color

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

This div background color is #cdd923


#cdd923 Border Color

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

This div border color is #cdd923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd923


Comments

No comments written yet.

Please login to write comment.