Color Hex Logo

#ccd349 Color Hex

#CCD349
(204,211,73)
0 Favorites   0 Comments

Color spaces of #ccd349

RGB 20421173
HSL0.180.610.56
HSV63°65°83°
CMYK 0.030.000.65   0.17
XYZ49.398759.906915.2629
Yxy59.90690.39660.4809
Hunter Lab77.3995-21.525242.4879
CIE-Lab81.7876-19.495364.7056

#ccd349 color RGB value is (204,211,73).

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

The process color (four color CMYK) of #ccd349 color hex is 0.03, 0.00, 0.65, 0.17. Web safe color of #ccd349 is #cccc33. Color #ccd349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 01001001
Octal 314 323 111
Decimal 204 211 73
Hex CC D3 49

RGB Percentages of Color #ccd349

%41.80
%43.24
%14.96

CMYK Percentages of Color #ccd349

%3
%0
%65
%17

Triadic Colors of #ccd349

#ccd349 #49ccd3 #d349cc

Analogous Colors of #ccd349

#ccd349 #87d349 #d39549

Monochromatic Colors of #ccd349

#ccd349

Complementary Color

#ccd349 #5049d3

#ccd349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd349 Color CSS Codes

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

#ccd349 Text Font Color

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

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


#ccd349 Background Color

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

This div background color is #ccd349


#ccd349 Border Color

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

This div border color is #ccd349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd349


Comments

No comments written yet.

Please login to write comment.