Color Hex Logo

#ccdb6e Color Hex

#CCDB6E
(204,219,110)
0 Favorites   0 Comments

Color spaces of #ccdb6e

RGB 204219110
HSL0.190.600.65
HSV68°50°86°
CMYK 0.070.000.50   0.14
XYZ53.047864.626224.4300
Yxy64.62620.37330.4548
Hunter Lab80.3904-22.895238.2555
CIE-Lab84.2907-20.620451.3848

#ccdb6e color RGB value is (204,219,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 01101110
Octal 314 333 156
Decimal 204 219 110
Hex CC DB 6E

RGB Percentages of Color #ccdb6e

%38.27
%41.09
%20.64

CMYK Percentages of Color #ccdb6e

%7
%0
%50
%14

Triadic Colors of #ccdb6e

#ccdb6e #6eccdb #db6ecc

Analogous Colors of #ccdb6e

#ccdb6e #96db6e #dbb46e

Monochromatic Colors of #ccdb6e

#ccdb6e

Complementary Color

#ccdb6e #7d6edb

#ccdb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdb6e Color CSS Codes

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

#ccdb6e Text Font Color

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

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


#ccdb6e Background Color

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

This div background color is #ccdb6e


#ccdb6e Border Color

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

This div border color is #ccdb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdb6e


Comments

No comments written yet.

Please login to write comment.