Color Hex Logo

#ccd380 Color Hex

#CCD380
(204,211,128)
0 Favorites   0 Comments

Color spaces of #ccd380

RGB 204211128
HSL0.180.490.66
HSV65°39°83°
CMYK 0.030.000.39   0.17
XYZ52.092460.984429.4477
Yxy60.98440.36550.4279
Hunter Lab78.0925-17.591732.3072
CIE-Lab82.3704-14.829340.2658

#ccd380 color RGB value is (204,211,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 10000000
Octal 314 323 200
Decimal 204 211 128
Hex CC D3 80

RGB Percentages of Color #ccd380

%37.57
%38.86
%23.57

CMYK Percentages of Color #ccd380

%3
%0
%39
%17

Triadic Colors of #ccd380

#ccd380 #80ccd3 #d380cc

Analogous Colors of #ccd380

#ccd380 #a3d380 #d3b180

Monochromatic Colors of #ccd380

#ccd380

Complementary Color

#ccd380 #8780d3

#ccd380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd380 Color CSS Codes

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

#ccd380 Text Font Color

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

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


#ccd380 Background Color

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

This div background color is #ccd380


#ccd380 Border Color

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

This div border color is #ccd380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd380


Comments

No comments written yet.

Please login to write comment.