Color Hex Logo

#ccd455 Color Hex

#CCD455
(204,212,85)
0 Favorites   0 Comments

Color spaces of #ccd455

RGB 20421285
HSL0.180.600.58
HSV64°60°83°
CMYK 0.040.000.60   0.17
XYZ50.085060.580217.6477
Yxy60.58020.39030.4721
Hunter Lab77.8333-21.345141.0401
CIE-Lab82.1525-19.215460.1835

#ccd455 color RGB value is (204,212,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01010101
Octal 314 324 125
Decimal 204 212 85
Hex CC D4 55

RGB Percentages of Color #ccd455

%40.72
%42.32
%16.97

CMYK Percentages of Color #ccd455

%4
%0
%60
%17

Triadic Colors of #ccd455

#ccd455 #55ccd4 #d455cc

Analogous Colors of #ccd455

#ccd455 #8dd455 #d49d55

Monochromatic Colors of #ccd455

#ccd455

Complementary Color

#ccd455 #5d55d4

#ccd455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd455 Color CSS Codes

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

#ccd455 Text Font Color

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

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


#ccd455 Background Color

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

This div background color is #ccd455


#ccd455 Border Color

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

This div border color is #ccd455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd455


Comments

No comments written yet.

Please login to write comment.