Color Hex Logo

#cdd270 Color Hex

#CDD270
(205,210,112)
0 Favorites   0 Comments

Color spaces of #cdd270

RGB 205210112
HSL0.180.520.63
HSV63°47°82°
CMYK 0.020.000.47   0.18
XYZ51.148160.242224.2613
Yxy60.24220.37710.4441
Hunter Lab77.6158-18.197935.7981
CIE-Lab81.9697-15.589747.6633

#cdd270 color RGB value is (205,210,112).

#cdd270 hex color red value is 205, green value is 210 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cdd270 hue: 0.18 , saturation: 0.52 and the lightness value of cdd270 is 0.63.

The process color (four color CMYK) of #cdd270 color hex is 0.02, 0.00, 0.47, 0.18. Web safe color of #cdd270 is #cccc66. Color #cdd270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01110000
Octal 315 322 160
Decimal 205 210 112
Hex CD D2 70

RGB Percentages of Color #cdd270

%38.90
%39.85
%21.25

CMYK Percentages of Color #cdd270

%2
%0
%47
%18

Triadic Colors of #cdd270

#cdd270 #70cdd2 #d270cd

Analogous Colors of #cdd270

#cdd270 #9cd270 #d2a670

Monochromatic Colors of #cdd270

#cdd270

Complementary Color

#cdd270 #7570d2

#cdd270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd270 Color CSS Codes

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

#cdd270 Text Font Color

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

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


#cdd270 Background Color

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

This div background color is #cdd270


#cdd270 Border Color

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

This div border color is #cdd270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd270


Comments

No comments written yet.

Please login to write comment.