Color Hex Logo

#ccda7e Color Hex

#CCDA7E
(204,218,126)
0 Favorites   0 Comments

Color spaces of #ccda7e

RGB 204218126
HSL0.190.550.67
HSV69°42°85°
CMYK 0.060.000.42   0.15
XYZ53.739164.486529.3535
Yxy64.48650.36410.4370
Hunter Lab80.3035-21.078934.5400
CIE-Lab84.2184-18.528243.5902

#ccda7e color RGB value is (204,218,126).

#ccda7e hex color red value is 204, green value is 218 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ccda7e hue: 0.19 , saturation: 0.55 and the lightness value of ccda7e is 0.67.

The process color (four color CMYK) of #ccda7e color hex is 0.06, 0.00, 0.42, 0.15. Web safe color of #ccda7e is #cccc66. Color #ccda7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 01111110
Octal 314 332 176
Decimal 204 218 126
Hex CC DA 7E

RGB Percentages of Color #ccda7e

%37.23
%39.78
%22.99

CMYK Percentages of Color #ccda7e

%6
%0
%42
%15

Triadic Colors of #ccda7e

#ccda7e #7eccda #da7ecc

Analogous Colors of #ccda7e

#ccda7e #9eda7e #daba7e

Monochromatic Colors of #ccda7e

#ccda7e

Complementary Color

#ccda7e #8c7eda

#ccda7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda7e Color CSS Codes

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

#ccda7e Text Font Color

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

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


#ccda7e Background Color

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

This div background color is #ccda7e


#ccda7e Border Color

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

This div border color is #ccda7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda7e


Comments

No comments written yet.

Please login to write comment.