Color Hex Logo

#cddb1e Color Hex

#CDDB1E
(205,219,30)
0 Favorites   0 Comments

Color spaces of #cddb1e

RGB 20521930
HSL0.180.760.49
HSV64°86°86°
CMYK 0.060.000.86   0.14
XYZ50.742763.735910.8561
Yxy63.73590.40490.5085
Hunter Lab79.8348-26.256947.8220
CIE-Lab83.8281-24.677479.3772

#cddb1e color RGB value is (205,219,30).

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

The process color (four color CMYK) of #cddb1e color hex is 0.06, 0.00, 0.86, 0.14. Web safe color of #cddb1e is #cccc33. Color #cddb1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 00011110
Octal 315 333 36
Decimal 205 219 30
Hex CD DB 1E

RGB Percentages of Color #cddb1e

%45.15
%48.24
%6.61

CMYK Percentages of Color #cddb1e

%6
%0
%86
%14

Triadic Colors of #cddb1e

#cddb1e #1ecddb #db1ecd

Analogous Colors of #cddb1e

#cddb1e #6fdb1e #db8b1e

Monochromatic Colors of #cddb1e

#cddb1e

Complementary Color

#cddb1e #2c1edb

#cddb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb1e Color CSS Codes

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

#cddb1e Text Font Color

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

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


#cddb1e Background Color

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

This div background color is #cddb1e


#cddb1e Border Color

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

This div border color is #cddb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb1e


Comments

No comments written yet.

Please login to write comment.