Color Hex Logo

#ccd041 Color Hex

#CCD041
(204,208,65)
0 Favorites   0 Comments

Color spaces of #ccd041

RGB 20420865
HSL0.170.600.54
HSV62°69°82°
CMYK 0.020.000.69   0.18
XYZ48.411858.330813.7084
Yxy58.33080.40190.4843
Hunter Lab76.3746-20.509242.8203
CIE-Lab80.9224-18.461166.8680

#ccd041 color RGB value is (204,208,65).

#ccd041 hex color red value is 204, green value is 208 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ccd041 hue: 0.17 , saturation: 0.60 and the lightness value of ccd041 is 0.54.

The process color (four color CMYK) of #ccd041 color hex is 0.02, 0.00, 0.69, 0.18. Web safe color of #ccd041 is #cccc33. Color #ccd041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 01000001
Octal 314 320 101
Decimal 204 208 65
Hex CC D0 41

RGB Percentages of Color #ccd041

%42.77
%43.61
%13.63

CMYK Percentages of Color #ccd041

%2
%0
%69
%18

Triadic Colors of #ccd041

#ccd041 #41ccd0 #d041cc

Analogous Colors of #ccd041

#ccd041 #85d041 #d08d41

Monochromatic Colors of #ccd041

#ccd041

Complementary Color

#ccd041 #4541d0

#ccd041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd041 Color CSS Codes

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

#ccd041 Text Font Color

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

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


#ccd041 Background Color

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

This div background color is #ccd041


#ccd041 Border Color

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

This div border color is #ccd041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd041


Comments

No comments written yet.

Please login to write comment.