Color Hex Logo

#ccd311 Color Hex

#CCD311
(204,211,17)
0 Favorites   0 Comments

Color spaces of #ccd311

RGB 20421117
HSL0.170.850.45
HSV62°92°83°
CMYK 0.030.000.92   0.17
XYZ48.297359.46649.4629
Yxy59.46640.41200.5073
Hunter Lab77.1145-23.154646.7045
CIE-Lab81.5473-21.469979.5950

#ccd311 color RGB value is (204,211,17).

#ccd311 hex color red value is 204, green value is 211 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ccd311 hue: 0.17 , saturation: 0.85 and the lightness value of ccd311 is 0.45.

The process color (four color CMYK) of #ccd311 color hex is 0.03, 0.00, 0.92, 0.17. Web safe color of #ccd311 is #cccc00. Color #ccd311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 00010001
Octal 314 323 21
Decimal 204 211 17
Hex CC D3 11

RGB Percentages of Color #ccd311

%47.22
%48.84
%3.94

CMYK Percentages of Color #ccd311

%3
%0
%92
%17

Triadic Colors of #ccd311

#ccd311 #11ccd3 #d311cc

Analogous Colors of #ccd311

#ccd311 #6bd311 #d37911

Monochromatic Colors of #ccd311

#ccd311

Complementary Color

#ccd311 #1811d3

#ccd311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd311 Color CSS Codes

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

#ccd311 Text Font Color

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

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


#ccd311 Background Color

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

This div background color is #ccd311


#ccd311 Border Color

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

This div border color is #ccd311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd311


Comments

No comments written yet.

Please login to write comment.