Color Hex Logo

#ccd671 Color Hex

#CCD671
(204,214,113)
0 Favorites   0 Comments

Color spaces of #ccd671

RGB 204214113
HSL0.180.550.64
HSV66°47°84°
CMYK 0.050.000.47   0.16
XYZ51.929062.122824.8767
Yxy62.12280.37380.4472
Hunter Lab78.8180-20.327436.4594
CIE-Lab82.9787-17.879748.3864

#ccd671 color RGB value is (204,214,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 01110001
Octal 314 326 161
Decimal 204 214 113
Hex CC D6 71

RGB Percentages of Color #ccd671

%38.42
%40.30
%21.28

CMYK Percentages of Color #ccd671

%5
%0
%47
%16

Triadic Colors of #ccd671

#ccd671 #71ccd6 #d671cc

Analogous Colors of #ccd671

#ccd671 #9ad671 #d6ae71

Monochromatic Colors of #ccd671

#ccd671

Complementary Color

#ccd671 #7b71d6

#ccd671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd671 Color CSS Codes

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

#ccd671 Text Font Color

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

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


#ccd671 Background Color

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

This div background color is #ccd671


#ccd671 Border Color

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

This div border color is #ccd671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd671


Comments

No comments written yet.

Please login to write comment.