Color Hex Logo

#cdd710 Color Hex

#CDD710
(205,215,16)
0 Favorites   0 Comments

Color spaces of #cdd710

RGB 20521516
HSL0.180.860.45
HSV63°93°84°
CMYK 0.050.000.93   0.16
XYZ49.570861.61749.7709
Yxy61.61740.40980.5094
Hunter Lab78.4968-24.646347.5676
CIE-Lab82.7095-23.003180.6479

#cdd710 color RGB value is (205,215,16).

#cdd710 hex color red value is 205, green value is 215 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cdd710 hue: 0.18 , saturation: 0.86 and the lightness value of cdd710 is 0.45.

The process color (four color CMYK) of #cdd710 color hex is 0.05, 0.00, 0.93, 0.16. Web safe color of #cdd710 is #cccc00. Color #cdd710 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 00010000
Octal 315 327 20
Decimal 205 215 16
Hex CD D7 10

RGB Percentages of Color #cdd710

%47.02
%49.31
%3.67

CMYK Percentages of Color #cdd710

%5
%0
%93
%16

Triadic Colors of #cdd710

#cdd710 #10cdd7 #d710cd

Analogous Colors of #cdd710

#cdd710 #6ad710 #d77e10

Monochromatic Colors of #cdd710

#cdd710

Complementary Color

#cdd710 #1a10d7

#cdd710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd710 Color CSS Codes

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

#cdd710 Text Font Color

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

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


#cdd710 Background Color

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

This div background color is #cdd710


#cdd710 Border Color

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

This div border color is #cdd710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd710


Comments

No comments written yet.

Please login to write comment.