Color Hex Logo

#ccd746 Color Hex

#CCD746
(204,215,70)
0 Favorites   0 Comments

Color spaces of #ccd746

RGB 20421570
HSL0.180.640.56
HSV65°67°84°
CMYK 0.050.000.67   0.16
XYZ50.307861.880415.0870
Yxy61.88040.39530.4862
Hunter Lab78.6641-23.506643.6936
CIE-Lab82.8498-21.622866.9377

#ccd746 color RGB value is (204,215,70).

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

The process color (four color CMYK) of #ccd746 color hex is 0.05, 0.00, 0.67, 0.16. Web safe color of #ccd746 is #cccc33. Color #ccd746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01000110
Octal 314 327 106
Decimal 204 215 70
Hex CC D7 46

RGB Percentages of Color #ccd746

%41.72
%43.97
%14.31

CMYK Percentages of Color #ccd746

%5
%0
%67
%16

Triadic Colors of #ccd746

#ccd746 #46ccd7 #d746cc

Analogous Colors of #ccd746

#ccd746 #84d746 #d79a46

Monochromatic Colors of #ccd746

#ccd746

Complementary Color

#ccd746 #5146d7

#ccd746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd746 Color CSS Codes

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

#ccd746 Text Font Color

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

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


#ccd746 Background Color

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

This div background color is #ccd746


#ccd746 Border Color

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

This div border color is #ccd746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd746


Comments

No comments written yet.

Please login to write comment.