Color Hex Logo

#ccd373 Color Hex

#CCD373
(204,211,115)
0 Favorites   0 Comments

Color spaces of #ccd373

RGB 204211115
HSL0.180.520.64
HSV64°45°83°
CMYK 0.030.000.45   0.17
XYZ51.290660.663725.2256
Yxy60.66370.37390.4422
Hunter Lab77.8869-18.755135.3183
CIE-Lab82.1976-16.194946.4708

#ccd373 color RGB value is (204,211,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 01110011
Octal 314 323 163
Decimal 204 211 115
Hex CC D3 73

RGB Percentages of Color #ccd373

%38.49
%39.81
%21.70

CMYK Percentages of Color #ccd373

%3
%0
%45
%17

Triadic Colors of #ccd373

#ccd373 #73ccd3 #d373cc

Analogous Colors of #ccd373

#ccd373 #9cd373 #d3aa73

Monochromatic Colors of #ccd373

#ccd373

Complementary Color

#ccd373 #7a73d3

#ccd373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd373 Color CSS Codes

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

#ccd373 Text Font Color

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

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


#ccd373 Background Color

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

This div background color is #ccd373


#ccd373 Border Color

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

This div border color is #ccd373


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,211,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 #ccd373">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd373


Comments

No comments written yet.

Please login to write comment.