Color Hex Logo

#cdd215 Color Hex

#CDD215
(205,210,21)
0 Favorites   0 Comments

Color spaces of #cdd215

RGB 20521021
HSL0.170.820.45
HSV62°90°82°
CMYK 0.020.000.90   0.18
XYZ48.358859.12659.5732
Yxy59.12650.41310.5051
Hunter Lab76.8938-22.304746.4441
CIE-Lab81.3611-20.498078.9311

#cdd215 color RGB value is (205,210,21).

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

The process color (four color CMYK) of #cdd215 color hex is 0.02, 0.00, 0.90, 0.18. Web safe color of #cdd215 is #cccc00. Color #cdd215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 00010101
Octal 315 322 25
Decimal 205 210 21
Hex CD D2 15

RGB Percentages of Color #cdd215

%47.02
%48.17
%4.82

CMYK Percentages of Color #cdd215

%2
%0
%90
%18

Triadic Colors of #cdd215

#cdd215 #15cdd2 #d215cd

Analogous Colors of #cdd215

#cdd215 #6fd215 #d27915

Monochromatic Colors of #cdd215

#cdd215

Complementary Color

#cdd215 #1a15d2

#cdd215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd215 Color CSS Codes

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

#cdd215 Text Font Color

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

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


#cdd215 Background Color

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

This div background color is #cdd215


#cdd215 Border Color

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

This div border color is #cdd215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd215


Comments

No comments written yet.

Please login to write comment.