Color Hex Logo

#ccd481 Color Hex

#CCD481
(204,212,129)
0 Favorites   0 Comments

Color spaces of #ccd481

RGB 204212129
HSL0.180.490.67
HSV66°39°83°
CMYK 0.040.000.39   0.17
XYZ52.407861.509329.8792
Yxy61.50930.36450.4278
Hunter Lab78.4279-17.969832.3114
CIE-Lab82.6518-15.218240.1223

#ccd481 color RGB value is (204,212,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 10000001
Octal 314 324 201
Decimal 204 212 129
Hex CC D4 81

RGB Percentages of Color #ccd481

%37.43
%38.90
%23.67

CMYK Percentages of Color #ccd481

%4
%0
%39
%17

Triadic Colors of #ccd481

#ccd481 #81ccd4 #d481cc

Analogous Colors of #ccd481

#ccd481 #a3d481 #d4b381

Monochromatic Colors of #ccd481

#ccd481

Complementary Color

#ccd481 #8981d4

#ccd481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd481 Color CSS Codes

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

#ccd481 Text Font Color

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

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


#ccd481 Background Color

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

This div background color is #ccd481


#ccd481 Border Color

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

This div border color is #ccd481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd481


Comments

No comments written yet.

Please login to write comment.