Color Hex Logo

#cdd27d Color Hex

#CDD27D
(205,210,125)
0 Favorites   0 Comments

Color spaces of #cdd27d

RGB 205210125
HSL0.180.490.66
HSV64°40°82°
CMYK 0.020.000.40   0.18
XYZ51.925160.553028.3532
Yxy60.55300.36870.4300
Hunter Lab77.8158-17.067832.8680
CIE-Lab82.1379-14.265641.4876

#cdd27d color RGB value is (205,210,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 01111101
Octal 315 322 175
Decimal 205 210 125
Hex CD D2 7D

RGB Percentages of Color #cdd27d

%37.96
%38.89
%23.15

CMYK Percentages of Color #cdd27d

%2
%0
%40
%18

Triadic Colors of #cdd27d

#cdd27d #7dcdd2 #d27dcd

Analogous Colors of #cdd27d

#cdd27d #a3d27d #d2ad7d

Monochromatic Colors of #cdd27d

#cdd27d

Complementary Color

#cdd27d #827dd2

#cdd27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd27d Color CSS Codes

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

#cdd27d Text Font Color

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

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


#cdd27d Background Color

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

This div background color is #cdd27d


#cdd27d Border Color

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

This div border color is #cdd27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd27d


Comments

No comments written yet.

Please login to write comment.