Color Hex Logo

#ccdb63 Color Hex

#CCDB63
(204,219,99)
0 Favorites   0 Comments

Color spaces of #ccdb63

RGB 20421999
HSL0.190.630.62
HSV68°55°86°
CMYK 0.070.000.55   0.14
XYZ52.485564.401321.4688
Yxy64.40130.37940.4655
Hunter Lab80.2504-23.695440.3139
CIE-Lab84.1743-21.578156.3072

#ccdb63 color RGB value is (204,219,99).

#ccdb63 hex color red value is 204, green value is 219 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ccdb63 hue: 0.19 , saturation: 0.63 and the lightness value of ccdb63 is 0.62.

The process color (four color CMYK) of #ccdb63 color hex is 0.07, 0.00, 0.55, 0.14. Web safe color of #ccdb63 is #cccc66. Color #ccdb63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 01100011
Octal 314 333 143
Decimal 204 219 99
Hex CC DB 63

RGB Percentages of Color #ccdb63

%39.08
%41.95
%18.97

CMYK Percentages of Color #ccdb63

%7
%0
%55
%14

Triadic Colors of #ccdb63

#ccdb63 #63ccdb #db63cc

Analogous Colors of #ccdb63

#ccdb63 #90db63 #dbae63

Monochromatic Colors of #ccdb63

#ccdb63

Complementary Color

#ccdb63 #7263db

#ccdb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb63 Color CSS Codes

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

#ccdb63 Text Font Color

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

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


#ccdb63 Background Color

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

This div background color is #ccdb63


#ccdb63 Border Color

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

This div border color is #ccdb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb63


Comments

No comments written yet.

Please login to write comment.