Color Hex Logo

#ccd452 Color Hex

#CCD452
(204,212,82)
0 Favorites   0 Comments

Color spaces of #ccd452

RGB 20421282
HSL0.180.600.58
HSV64°61°83°
CMYK 0.040.000.61   0.17
XYZ49.968360.533517.0332
Yxy60.53350.39180.4746
Hunter Lab77.8033-21.516141.4821
CIE-Lab82.1273-19.420661.4206

#ccd452 color RGB value is (204,212,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 01010010
Octal 314 324 122
Decimal 204 212 82
Hex CC D4 52

RGB Percentages of Color #ccd452

%40.96
%42.57
%16.47

CMYK Percentages of Color #ccd452

%4
%0
%61
%17

Triadic Colors of #ccd452

#ccd452 #52ccd4 #d452cc

Analogous Colors of #ccd452

#ccd452 #8bd452 #d49b52

Monochromatic Colors of #ccd452

#ccd452

Complementary Color

#ccd452 #5a52d4

#ccd452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd452 Color CSS Codes

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

#ccd452 Text Font Color

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

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


#ccd452 Background Color

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

This div background color is #ccd452


#ccd452 Border Color

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

This div border color is #ccd452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd452


Comments

No comments written yet.

Please login to write comment.