Color Hex Logo

#cddb19 Color Hex

#CDDB19
(205,219,25)
0 Favorites   0 Comments

Color spaces of #cddb19

RGB 20521925
HSL0.180.800.48
HSV64°89°86°
CMYK 0.060.000.89   0.14
XYZ50.683863.712410.5461
Yxy63.71240.40570.5099
Hunter Lab79.8200-26.341948.0404
CIE-Lab83.8158-24.781680.2473

#cddb19 color RGB value is (205,219,25).

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

The process color (four color CMYK) of #cddb19 color hex is 0.06, 0.00, 0.89, 0.14. Web safe color of #cddb19 is #cccc00. Color #cddb19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 00011001
Octal 315 333 31
Decimal 205 219 25
Hex CD DB 19

RGB Percentages of Color #cddb19

%45.66
%48.78
%5.57

CMYK Percentages of Color #cddb19

%6
%0
%89
%14

Triadic Colors of #cddb19

#cddb19 #19cddb #db19cd

Analogous Colors of #cddb19

#cddb19 #6cdb19 #db8819

Monochromatic Colors of #cddb19

#cddb19

Complementary Color

#cddb19 #2719db

#cddb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb19 Color CSS Codes

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

#cddb19 Text Font Color

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

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


#cddb19 Background Color

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

This div background color is #cddb19


#cddb19 Border Color

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

This div border color is #cddb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb19


Comments

No comments written yet.

Please login to write comment.