Color Hex Logo

#ccd40b Color Hex

#CCD40B
(204,212,11)
0 Favorites   0 Comments

Color spaces of #ccd40b

RGB 20421211
HSL0.170.900.44
HSV62°95°83°
CMYK 0.040.000.95   0.17
XYZ48.505759.94859.3313
Yxy59.94850.41180.5090
Hunter Lab77.4264-23.670547.0530
CIE-Lab81.8102-22.030080.4608

#ccd40b color RGB value is (204,212,11).

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

The process color (four color CMYK) of #ccd40b color hex is 0.04, 0.00, 0.95, 0.17. Web safe color of #ccd40b is #cccc00. Color #ccd40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010100 00001011
Octal 314 324 13
Decimal 204 212 11
Hex CC D4 B

RGB Percentages of Color #ccd40b

%47.78
%49.65
%2.58

CMYK Percentages of Color #ccd40b

%4
%0
%95
%17

Triadic Colors of #ccd40b

#ccd40b #0bccd4 #d40bcc

Analogous Colors of #ccd40b

#ccd40b #68d40b #d4780b

Monochromatic Colors of #ccd40b

#ccd40b

Complementary Color

#ccd40b #130bd4

#ccd40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd40b Color CSS Codes

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

#ccd40b Text Font Color

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

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


#ccd40b Background Color

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

This div background color is #ccd40b


#ccd40b Border Color

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

This div border color is #ccd40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd40b


Comments

No comments written yet.

Please login to write comment.