Color Hex Logo

#ccd369 Color Hex

#CCD369
(204,211,105)
0 Favorites   0 Comments

Color spaces of #ccd369

RGB 204211105
HSL0.180.550.62
HSV64°50°83°
CMYK 0.030.000.50   0.17
XYZ50.745960.445822.3572
Yxy60.44580.38000.4526
Hunter Lab77.7469-19.549037.3732
CIE-Lab82.0799-17.133751.1122

#ccd369 color RGB value is (204,211,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 01101001
Octal 314 323 151
Decimal 204 211 105
Hex CC D3 69

RGB Percentages of Color #ccd369

%39.23
%40.58
%20.19

CMYK Percentages of Color #ccd369

%3
%0
%50
%17

Triadic Colors of #ccd369

#ccd369 #69ccd3 #d369cc

Analogous Colors of #ccd369

#ccd369 #97d369 #d3a569

Monochromatic Colors of #ccd369

#ccd369

Complementary Color

#ccd369 #7069d3

#ccd369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd369 Color CSS Codes

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

#ccd369 Text Font Color

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

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


#ccd369 Background Color

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

This div background color is #ccd369


#ccd369 Border Color

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

This div border color is #ccd369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd369


Comments

No comments written yet.

Please login to write comment.