Color Hex Logo

#ccd450 Color Hex

#CCD450
(204,212,80)
0 Favorites   0 Comments

Color spaces of #ccd450

RGB 20421280
HSL0.180.610.57
HSV64°62°83°
CMYK 0.040.000.62   0.17
XYZ49.893360.503516.6381
Yxy60.50350.39280.4763
Hunter Lab77.7840-21.626041.7666
CIE-Lab82.1111-19.552762.2324

#ccd450 color RGB value is (204,212,80).

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

The process color (four color CMYK) of #ccd450 color hex is 0.04, 0.00, 0.62, 0.17. Web safe color of #ccd450 is #cccc66. Color #ccd450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01010000
Octal 314 324 120
Decimal 204 212 80
Hex CC D4 50

RGB Percentages of Color #ccd450

%41.13
%42.74
%16.13

CMYK Percentages of Color #ccd450

%4
%0
%62
%17

Triadic Colors of #ccd450

#ccd450 #50ccd4 #d450cc

Analogous Colors of #ccd450

#ccd450 #8ad450 #d49a50

Monochromatic Colors of #ccd450

#ccd450

Complementary Color

#ccd450 #5850d4

#ccd450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd450 Color CSS Codes

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

#ccd450 Text Font Color

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

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


#ccd450 Background Color

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

This div background color is #ccd450


#ccd450 Border Color

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

This div border color is #ccd450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd450


Comments

No comments written yet.

Please login to write comment.