Color Hex Logo

#ccd172 Color Hex

#CCD172
(204,209,114)
0 Favorites   0 Comments

Color spaces of #ccd172

RGB 204209114
HSL0.180.510.63
HSV63°45°82°
CMYK 0.020.000.45   0.18
XYZ50.739659.653224.7595
Yxy59.65320.37540.4414
Hunter Lab77.2355-17.897135.0582
CIE-Lab81.6493-15.294546.2867

#ccd172 color RGB value is (204,209,114).

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

The process color (four color CMYK) of #ccd172 color hex is 0.02, 0.00, 0.45, 0.18. Web safe color of #ccd172 is #cccc66. Color #ccd172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 01110010
Octal 314 321 162
Decimal 204 209 114
Hex CC D1 72

RGB Percentages of Color #ccd172

%38.71
%39.66
%21.63

CMYK Percentages of Color #ccd172

%2
%0
%45
%18

Triadic Colors of #ccd172

#ccd172 #72ccd1 #d172cc

Analogous Colors of #ccd172

#ccd172 #9dd172 #d1a772

Monochromatic Colors of #ccd172

#ccd172

Complementary Color

#ccd172 #7772d1

#ccd172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd172 Color CSS Codes

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

#ccd172 Text Font Color

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

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


#ccd172 Background Color

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

This div background color is #ccd172


#ccd172 Border Color

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

This div border color is #ccd172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd172


Comments

No comments written yet.

Please login to write comment.