Color Hex Logo

#ccd742 Color Hex

#CCD742
(204,215,66)
0 Favorites   0 Comments

Color spaces of #ccd742

RGB 20421566
HSL0.180.650.55
HSV64°69°84°
CMYK 0.050.000.69   0.16
XYZ50.185661.831614.4439
Yxy61.83160.39680.4889
Hunter Lab78.6331-23.684744.1523
CIE-Lab82.8238-21.838568.3848

#ccd742 color RGB value is (204,215,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 01000010
Octal 314 327 102
Decimal 204 215 66
Hex CC D7 42

RGB Percentages of Color #ccd742

%42.06
%44.33
%13.61

CMYK Percentages of Color #ccd742

%5
%0
%69
%16

Triadic Colors of #ccd742

#ccd742 #42ccd7 #d742cc

Analogous Colors of #ccd742

#ccd742 #82d742 #d79842

Monochromatic Colors of #ccd742

#ccd742

Complementary Color

#ccd742 #4d42d7

#ccd742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd742 Color CSS Codes

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

#ccd742 Text Font Color

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

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


#ccd742 Background Color

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

This div background color is #ccd742


#ccd742 Border Color

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

This div border color is #ccd742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd742


Comments

No comments written yet.

Please login to write comment.