Color Hex Logo

#cdd315 Color Hex

#CDD315
(205,211,21)
0 Favorites   0 Comments

Color spaces of #cdd315

RGB 20521121
HSL0.170.820.45
HSV62°90°83°
CMYK 0.030.000.90   0.17
XYZ48.606559.62189.6558
Yxy59.62180.41230.5058
Hunter Lab77.2152-22.761846.6364
CIE-Lab81.6322-20.986279.1434

#cdd315 color RGB value is (205,211,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010011 00010101
Octal 315 323 25
Decimal 205 211 21
Hex CD D3 15

RGB Percentages of Color #cdd315

%46.91
%48.28
%4.81

CMYK Percentages of Color #cdd315

%3
%0
%90
%17

Triadic Colors of #cdd315

#cdd315 #15cdd3 #d315cd

Analogous Colors of #cdd315

#cdd315 #6ed315 #d37a15

Monochromatic Colors of #cdd315

#cdd315

Complementary Color

#cdd315 #1b15d3

#cdd315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd315 Color CSS Codes

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

#cdd315 Text Font Color

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

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


#cdd315 Background Color

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

This div background color is #cdd315


#cdd315 Border Color

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

This div border color is #cdd315


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,211,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 #cdd315">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd315


Comments

No comments written yet.

Please login to write comment.