Color Hex Logo

#ccd473 Color Hex

#CCD473
(204,212,115)
0 Favorites   0 Comments

Color spaces of #ccd473

RGB 204212115
HSL0.180.530.64
HSV65°46°83°
CMYK 0.040.000.46   0.17
XYZ51.539861.162125.3087
Yxy61.16210.37340.4432
Hunter Lab78.2062-19.225035.5572
CIE-Lab82.4658-16.692746.7984

#ccd473 color RGB value is (204,212,115).

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

The process color (four color CMYK) of #ccd473 color hex is 0.04, 0.00, 0.46, 0.17. Web safe color of #ccd473 is #cccc66. Color #ccd473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01110011
Octal 314 324 163
Decimal 204 212 115
Hex CC D4 73

RGB Percentages of Color #ccd473

%38.42
%39.92
%21.66

CMYK Percentages of Color #ccd473

%4
%0
%46
%17

Triadic Colors of #ccd473

#ccd473 #73ccd4 #d473cc

Analogous Colors of #ccd473

#ccd473 #9cd473 #d4ac73

Monochromatic Colors of #ccd473

#ccd473

Complementary Color

#ccd473 #7b73d4

#ccd473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd473 Color CSS Codes

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

#ccd473 Text Font Color

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

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


#ccd473 Background Color

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

This div background color is #ccd473


#ccd473 Border Color

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

This div border color is #ccd473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd473


Comments

No comments written yet.

Please login to write comment.