Color Hex Logo

#ccd03e Color Hex

#CCD03E
(204,208,62)
0 Favorites   0 Comments

Color spaces of #ccd03e

RGB 20420862
HSL0.170.610.53
HSV62°70°82°
CMYK 0.020.000.70   0.18
XYZ48.327258.296913.2627
Yxy58.29690.40310.4863
Hunter Lab76.3524-20.635343.1478
CIE-Lab80.9036-18.612967.9340

#ccd03e color RGB value is (204,208,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 00111110
Octal 314 320 76
Decimal 204 208 62
Hex CC D0 3E

RGB Percentages of Color #ccd03e

%43.04
%43.88
%13.08

CMYK Percentages of Color #ccd03e

%2
%0
%70
%18

Triadic Colors of #ccd03e

#ccd03e #3eccd0 #d03ecc

Analogous Colors of #ccd03e

#ccd03e #83d03e #d08b3e

Monochromatic Colors of #ccd03e

#ccd03e

Complementary Color

#ccd03e #423ed0

#ccd03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd03e Color CSS Codes

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

#ccd03e Text Font Color

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

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


#ccd03e Background Color

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

This div background color is #ccd03e


#ccd03e Border Color

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

This div border color is #ccd03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd03e


Comments

No comments written yet.

Please login to write comment.