Color Hex Logo

#ccd483 Color Hex

#CCD483
(204,212,131)
0 Favorites   0 Comments

Color spaces of #ccd483

RGB 204212131
HSL0.180.490.67
HSV66°38°83°
CMYK 0.040.000.38   0.17
XYZ52.542161.563030.5863
Yxy61.56300.36310.4255
Hunter Lab78.4621-17.776231.8109
CIE-Lab82.6805-14.991939.1545

#ccd483 color RGB value is (204,212,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10000011
Octal 314 324 203
Decimal 204 212 131
Hex CC D4 83

RGB Percentages of Color #ccd483

%37.29
%38.76
%23.95

CMYK Percentages of Color #ccd483

%4
%0
%38
%17

Triadic Colors of #ccd483

#ccd483 #83ccd4 #d483cc

Analogous Colors of #ccd483

#ccd483 #a4d483 #d4b483

Monochromatic Colors of #ccd483

#ccd483

Complementary Color

#ccd483 #8b83d4

#ccd483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd483 Color CSS Codes

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

#ccd483 Text Font Color

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

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


#ccd483 Background Color

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

This div background color is #ccd483


#ccd483 Border Color

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

This div border color is #ccd483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd483


Comments

No comments written yet.

Please login to write comment.