Color Hex Logo

#ccd376 Color Hex

#CCD376
(204,211,118)
0 Favorites   0 Comments

Color spaces of #ccd376

RGB 204211118
HSL0.180.510.65
HSV65°44°83°
CMYK 0.030.000.44   0.17
XYZ51.466160.733926.1498
Yxy60.73390.37200.4390
Hunter Lab77.9320-18.499934.6578
CIE-Lab82.2355-15.894445.0539

#ccd376 color RGB value is (204,211,118).

#ccd376 hex color red value is 204, green value is 211 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ccd376 hue: 0.18 , saturation: 0.51 and the lightness value of ccd376 is 0.65.

The process color (four color CMYK) of #ccd376 color hex is 0.03, 0.00, 0.44, 0.17. Web safe color of #ccd376 is #cccc66. Color #ccd376 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 01110110
Octal 314 323 166
Decimal 204 211 118
Hex CC D3 76

RGB Percentages of Color #ccd376

%38.27
%39.59
%22.14

CMYK Percentages of Color #ccd376

%3
%0
%44
%17

Triadic Colors of #ccd376

#ccd376 #76ccd3 #d376cc

Analogous Colors of #ccd376

#ccd376 #9ed376 #d3ac76

Monochromatic Colors of #ccd376

#ccd376

Complementary Color

#ccd376 #7d76d3

#ccd376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd376 Color CSS Codes

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

#ccd376 Text Font Color

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

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


#ccd376 Background Color

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

This div background color is #ccd376


#ccd376 Border Color

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

This div border color is #ccd376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd376


Comments

No comments written yet.

Please login to write comment.