Color Hex Logo

#ccdb19 Color Hex

#CCDB19
(204,219,25)
0 Favorites   0 Comments

Color spaces of #ccdb19

RGB 20421925
HSL0.180.800.48
HSV65°89°86°
CMYK 0.070.000.89   0.14
XYZ50.408863.570610.5332
Yxy63.57060.40480.5106
Hunter Lab79.7312-26.675747.9791
CIE-Lab83.7417-25.196880.1570

#ccdb19 color RGB value is (204,219,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 00011001
Octal 314 333 31
Decimal 204 219 25
Hex CC DB 19

RGB Percentages of Color #ccdb19

%45.54
%48.88
%5.58

CMYK Percentages of Color #ccdb19

%7
%0
%89
%14

Triadic Colors of #ccdb19

#ccdb19 #19ccdb #db19cc

Analogous Colors of #ccdb19

#ccdb19 #6bdb19 #db8919

Monochromatic Colors of #ccdb19

#ccdb19

Complementary Color

#ccdb19 #2819db

#ccdb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb19 Color CSS Codes

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

#ccdb19 Text Font Color

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

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


#ccdb19 Background Color

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

This div background color is #ccdb19


#ccdb19 Border Color

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

This div border color is #ccdb19


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #ccdb19">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb19


Comments

No comments written yet.

Please login to write comment.