Color Hex Logo

#ccd532 Color Hex

#CCD532
(204,213,50)
0 Favorites   0 Comments

Color spaces of #ccd532

RGB 20421350
HSL0.180.660.52
HSV63°77°84°
CMYK 0.040.000.77   0.16
XYZ49.271860.656212.1285
Yxy60.65620.40370.4970
Hunter Lab77.8821-23.366345.2843
CIE-Lab82.1936-21.589973.0689

#ccd532 color RGB value is (204,213,50).

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

The process color (four color CMYK) of #ccd532 color hex is 0.04, 0.00, 0.77, 0.16. Web safe color of #ccd532 is #cccc33. Color #ccd532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 00110010
Octal 314 325 62
Decimal 204 213 50
Hex CC D5 32

RGB Percentages of Color #ccd532

%43.68
%45.61
%10.71

CMYK Percentages of Color #ccd532

%4
%0
%77
%16

Triadic Colors of #ccd532

#ccd532 #32ccd5 #d532cc

Analogous Colors of #ccd532

#ccd532 #7bd532 #d58d32

Monochromatic Colors of #ccd532

#ccd532

Complementary Color

#ccd532 #3b32d5

#ccd532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd532 Color CSS Codes

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

#ccd532 Text Font Color

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

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


#ccd532 Background Color

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

This div background color is #ccd532


#ccd532 Border Color

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

This div border color is #ccd532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd532


Comments

No comments written yet.

Please login to write comment.