Color Hex Logo

#ccd431 Color Hex

#CCD431
(204,212,49)
0 Favorites   0 Comments

Color spaces of #ccd431

RGB 20421249
HSL0.170.650.51
HSV63°77°83°
CMYK 0.040.000.77   0.17
XYZ48.999760.146111.9325
Yxy60.14610.40470.4968
Hunter Lab77.5539-22.940445.1653
CIE-Lab81.9175-21.140973.1141

#ccd431 color RGB value is (204,212,49).

#ccd431 hex color red value is 204, green value is 212 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ccd431 hue: 0.17 , saturation: 0.65 and the lightness value of ccd431 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 00110001
Octal 314 324 61
Decimal 204 212 49
Hex CC D4 31

RGB Percentages of Color #ccd431

%43.87
%45.59
%10.54

CMYK Percentages of Color #ccd431

%4
%0
%77
%17

Triadic Colors of #ccd431

#ccd431 #31ccd4 #d431cc

Analogous Colors of #ccd431

#ccd431 #7bd431 #d48b31

Monochromatic Colors of #ccd431

#ccd431

Complementary Color

#ccd431 #3931d4

#ccd431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd431 Color CSS Codes

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

#ccd431 Text Font Color

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

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


#ccd431 Background Color

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

This div background color is #ccd431


#ccd431 Border Color

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

This div border color is #ccd431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd431


Comments

No comments written yet.

Please login to write comment.