Color Hex Logo

#cdd593 Color Hex

#CDD593
(205,213,147)
0 Favorites   0 Comments

Color spaces of #cdd593

RGB 205213147
HSL0.190.440.71
HSV67°31°84°
CMYK 0.040.000.31   0.16
XYZ54.237562.674236.8425
Yxy62.67420.35280.4076
Hunter Lab79.1670-16.251627.8247
CIE-Lab83.2707-13.168831.7894

#cdd593 color RGB value is (205,213,147).

#cdd593 hex color red value is 205, green value is 213 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cdd593 hue: 0.19 , saturation: 0.44 and the lightness value of cdd593 is 0.71.

The process color (four color CMYK) of #cdd593 color hex is 0.04, 0.00, 0.31, 0.16. Web safe color of #cdd593 is #cccc99. Color #cdd593 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010101 10010011
Octal 315 325 223
Decimal 205 213 147
Hex CD D5 93

RGB Percentages of Color #cdd593

%36.28
%37.70
%26.02

CMYK Percentages of Color #cdd593

%4
%0
%31
%16

Triadic Colors of #cdd593

#cdd593 #93cdd5 #d593cd

Analogous Colors of #cdd593

#cdd593 #acd593 #d5bc93

Monochromatic Colors of #cdd593

#cdd593

Complementary Color

#cdd593 #9b93d5

#cdd593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd593 Color CSS Codes

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

#cdd593 Text Font Color

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

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


#cdd593 Background Color

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

This div background color is #cdd593


#cdd593 Border Color

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

This div border color is #cdd593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd593


Comments

No comments written yet.

Please login to write comment.