Color Hex Logo

#ccd670 Color Hex

#CCD670
(204,214,112)
0 Favorites   0 Comments

Color spaces of #ccd670

RGB 204214112
HSL0.180.550.64
HSV66°48°84°
CMYK 0.050.000.48   0.16
XYZ51.873062.100424.5818
Yxy62.10040.37440.4482
Hunter Lab78.8038-20.408136.6679
CIE-Lab82.9668-17.975448.8509

#ccd670 color RGB value is (204,214,112).

#ccd670 hex color red value is 204, green value is 214 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ccd670 hue: 0.18 , saturation: 0.55 and the lightness value of ccd670 is 0.64.

The process color (four color CMYK) of #ccd670 color hex is 0.05, 0.00, 0.48, 0.16. Web safe color of #ccd670 is #cccc66. Color #ccd670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 01110000
Octal 314 326 160
Decimal 204 214 112
Hex CC D6 70

RGB Percentages of Color #ccd670

%38.49
%40.38
%21.13

CMYK Percentages of Color #ccd670

%5
%0
%48
%16

Triadic Colors of #ccd670

#ccd670 #70ccd6 #d670cc

Analogous Colors of #ccd670

#ccd670 #99d670 #d6ad70

Monochromatic Colors of #ccd670

#ccd670

Complementary Color

#ccd670 #7a70d6

#ccd670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd670 Color CSS Codes

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

#ccd670 Text Font Color

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

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


#ccd670 Background Color

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

This div background color is #ccd670


#ccd670 Border Color

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

This div border color is #ccd670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd670


Comments

No comments written yet.

Please login to write comment.