Color Hex Logo

#cddb79 Color Hex

#CDDB79
(205,219,121)
0 Favorites   0 Comments

Color spaces of #cddb79

RGB 205219121
HSL0.190.580.67
HSV69°45°86°
CMYK 0.060.000.45   0.14
XYZ53.959565.022627.7958
Yxy65.02260.36760.4430
Hunter Lab80.6366-21.667436.0081
CIE-Lab84.4954-19.157546.3948

#cddb79 color RGB value is (205,219,121).

#cddb79 hex color red value is 205, green value is 219 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cddb79 hue: 0.19 , saturation: 0.58 and the lightness value of cddb79 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 01111001
Octal 315 333 171
Decimal 205 219 121
Hex CD DB 79

RGB Percentages of Color #cddb79

%37.61
%40.18
%22.20

CMYK Percentages of Color #cddb79

%6
%0
%45
%14

Triadic Colors of #cddb79

#cddb79 #79cddb #db79cd

Analogous Colors of #cddb79

#cddb79 #9cdb79 #dbb879

Monochromatic Colors of #cddb79

#cddb79

Complementary Color

#cddb79 #8779db

#cddb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb79 Color CSS Codes

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

#cddb79 Text Font Color

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

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


#cddb79 Background Color

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

This div background color is #cddb79


#cddb79 Border Color

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

This div border color is #cddb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb79


Comments

No comments written yet.

Please login to write comment.