Color Hex Logo

#ccdb16 Color Hex

#CCDB16
(204,219,22)
0 Favorites   0 Comments

Color spaces of #ccdb16

RGB 20421922
HSL0.180.820.47
HSV65°90°86°
CMYK 0.070.000.90   0.14
XYZ50.378263.558310.3718
Yxy63.55830.40530.5113
Hunter Lab79.7235-26.719848.0930
CIE-Lab83.7353-25.251080.6173

#ccdb16 color RGB value is (204,219,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 00010110
Octal 314 333 26
Decimal 204 219 22
Hex CC DB 16

RGB Percentages of Color #ccdb16

%45.84
%49.21
%4.94

CMYK Percentages of Color #ccdb16

%7
%0
%90
%14

Triadic Colors of #ccdb16

#ccdb16 #16ccdb #db16cc

Analogous Colors of #ccdb16

#ccdb16 #6adb16 #db8816

Monochromatic Colors of #ccdb16

#ccdb16

Complementary Color

#ccdb16 #2516db

#ccdb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb16 Color CSS Codes

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

#ccdb16 Text Font Color

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

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


#ccdb16 Background Color

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

This div background color is #ccdb16


#ccdb16 Border Color

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

This div border color is #ccdb16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb16


Comments

No comments written yet.

Please login to write comment.