Color Hex Logo

#ccd488 Color Hex

#CCD488
(204,212,136)
0 Favorites   0 Comments

Color spaces of #ccd488

RGB 204212136
HSL0.180.470.68
HSV66°36°83°
CMYK 0.040.000.36   0.17
XYZ52.889361.701932.4147
Yxy61.70190.35980.4197
Hunter Lab78.5506-17.276730.5188
CIE-Lab82.7546-14.409736.7227

#ccd488 color RGB value is (204,212,136).

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

The process color (four color CMYK) of #ccd488 color hex is 0.04, 0.00, 0.36, 0.17. Web safe color of #ccd488 is #cccc99. Color #ccd488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10001000
Octal 314 324 210
Decimal 204 212 136
Hex CC D4 88

RGB Percentages of Color #ccd488

%36.96
%38.41
%24.64

CMYK Percentages of Color #ccd488

%4
%0
%36
%17

Triadic Colors of #ccd488

#ccd488 #88ccd4 #d488cc

Analogous Colors of #ccd488

#ccd488 #a6d488 #d4b688

Monochromatic Colors of #ccd488

#ccd488

Complementary Color

#ccd488 #9088d4

#ccd488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd488 Color CSS Codes

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

#ccd488 Text Font Color

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

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


#ccd488 Background Color

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

This div background color is #ccd488


#ccd488 Border Color

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

This div border color is #ccd488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd488


Comments

No comments written yet.

Please login to write comment.