Color Hex Logo

#cdd272 Color Hex

#CDD272
(205,210,114)
0 Favorites   0 Comments

Color spaces of #cdd272

RGB 205210114
HSL0.180.520.64
HSV63°46°82°
CMYK 0.020.000.46   0.18
XYZ51.260760.287224.8545
Yxy60.28720.37580.4420
Hunter Lab77.6448-18.033735.3724
CIE-Lab81.9940-15.396646.7251

#cdd272 color RGB value is (205,210,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01110010
Octal 315 322 162
Decimal 205 210 114
Hex CD D2 72

RGB Percentages of Color #cdd272

%38.75
%39.70
%21.55

CMYK Percentages of Color #cdd272

%2
%0
%46
%18

Triadic Colors of #cdd272

#cdd272 #72cdd2 #d272cd

Analogous Colors of #cdd272

#cdd272 #9dd272 #d2a772

Monochromatic Colors of #cdd272

#cdd272

Complementary Color

#cdd272 #7772d2

#cdd272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd272 Color CSS Codes

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

#cdd272 Text Font Color

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

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


#cdd272 Background Color

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

This div background color is #cdd272


#cdd272 Border Color

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

This div border color is #cdd272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd272


Comments

No comments written yet.

Please login to write comment.