Color Hex Logo

#cdd084 Color Hex

#CDD084
(205,208,132)
0 Favorites   0 Comments

Color spaces of #cdd084

RGB 205208132
HSL0.170.450.67
HSV62°37°82°
CMYK 0.010.000.37   0.18
XYZ51.897659.756830.6287
Yxy59.75680.36470.4200
Hunter Lab77.3025-15.442230.6200
CIE-Lab81.7058-12.475637.4136

#cdd084 color RGB value is (205,208,132).

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

The process color (four color CMYK) of #cdd084 color hex is 0.01, 0.00, 0.37, 0.18. Web safe color of #cdd084 is #cccc99. Color #cdd084 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 10000100
Octal 315 320 204
Decimal 205 208 132
Hex CD D0 84

RGB Percentages of Color #cdd084

%37.61
%38.17
%24.22

CMYK Percentages of Color #cdd084

%1
%0
%37
%18

Triadic Colors of #cdd084

#cdd084 #84cdd0 #d084cd

Analogous Colors of #cdd084

#cdd084 #a7d084 #d0ad84

Monochromatic Colors of #cdd084

#cdd084

Complementary Color

#cdd084 #8784d0

#cdd084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd084 Color CSS Codes

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

#cdd084 Text Font Color

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

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


#cdd084 Background Color

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

This div background color is #cdd084


#cdd084 Border Color

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

This div border color is #cdd084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd084


Comments

No comments written yet.

Please login to write comment.