Color Hex Logo

#cdd871 Color Hex

#CDD871
(205,216,113)
0 Favorites   0 Comments

Color spaces of #cdd871

RGB 205216113
HSL0.180.570.65
HSV66°48°85°
CMYK 0.050.000.48   0.15
XYZ52.713363.283125.0594
Yxy63.28310.37370.4486
Hunter Lab79.5507-20.932837.0084
CIE-Lab83.5911-18.471949.1437

#cdd871 color RGB value is (205,216,113).

#cdd871 hex color red value is 205, green value is 216 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cdd871 hue: 0.18 , saturation: 0.57 and the lightness value of cdd871 is 0.65.

The process color (four color CMYK) of #cdd871 color hex is 0.05, 0.00, 0.48, 0.15. Web safe color of #cdd871 is #cccc66. Color #cdd871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 01110001
Octal 315 330 161
Decimal 205 216 113
Hex CD D8 71

RGB Percentages of Color #cdd871

%38.39
%40.45
%21.16

CMYK Percentages of Color #cdd871

%5
%0
%48
%15

Triadic Colors of #cdd871

#cdd871 #71cdd8 #d871cd

Analogous Colors of #cdd871

#cdd871 #9ad871 #d8b071

Monochromatic Colors of #cdd871

#cdd871

Complementary Color

#cdd871 #7c71d8

#cdd871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd871 Color CSS Codes

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

#cdd871 Text Font Color

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

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


#cdd871 Background Color

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

This div background color is #cdd871


#cdd871 Border Color

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

This div border color is #cdd871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd871


Comments

No comments written yet.

Please login to write comment.