Color Hex Logo

#cddb5a Color Hex

#CDDB5A
(205,219,90)
0 Favorites   0 Comments

Color spaces of #cddb5a

RGB 20521990
HSL0.180.640.61
HSV67°59°86°
CMYK 0.060.000.59   0.14
XYZ52.353864.380419.3402
Yxy64.38040.38470.4731
Hunter Lab80.2374-23.946641.8751
CIE-Lab84.1634-21.874860.2704

#cddb5a color RGB value is (205,219,90).

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

The process color (four color CMYK) of #cddb5a color hex is 0.06, 0.00, 0.59, 0.14. Web safe color of #cddb5a is #cccc66. Color #cddb5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 01011010
Octal 315 333 132
Decimal 205 219 90
Hex CD DB 5A

RGB Percentages of Color #cddb5a

%39.88
%42.61
%17.51

CMYK Percentages of Color #cddb5a

%6
%0
%59
%14

Triadic Colors of #cddb5a

#cddb5a #5acddb #db5acd

Analogous Colors of #cddb5a

#cddb5a #8ddb5a #dba95a

Monochromatic Colors of #cddb5a

#cddb5a

Complementary Color

#cddb5a #685adb

#cddb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb5a Color CSS Codes

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

#cddb5a Text Font Color

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

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


#cddb5a Background Color

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

This div background color is #cddb5a


#cddb5a Border Color

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

This div border color is #cddb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb5a


Comments

No comments written yet.

Please login to write comment.