Color Hex Logo

#ccd30e Color Hex

#CCD30E
(204,211,14)
0 Favorites   0 Comments

Color spaces of #ccd30e

RGB 20421114
HSL0.170.880.44
HSV62°93°83°
CMYK 0.030.000.93   0.17
XYZ48.275459.45769.3475
Yxy59.45760.41230.5078
Hunter Lab77.1088-23.187046.7887
CIE-Lab81.5425-21.509479.9483

#ccd30e color RGB value is (204,211,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010011 00001110
Octal 314 323 16
Decimal 204 211 14
Hex CC D3 E

RGB Percentages of Color #ccd30e

%47.55
%49.18
%3.26

CMYK Percentages of Color #ccd30e

%3
%0
%93
%17

Triadic Colors of #ccd30e

#ccd30e #0eccd3 #d30ecc

Analogous Colors of #ccd30e

#ccd30e #6ad30e #d3780e

Monochromatic Colors of #ccd30e

#ccd30e

Complementary Color

#ccd30e #150ed3

#ccd30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd30e Color CSS Codes

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

#ccd30e Text Font Color

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

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


#ccd30e Background Color

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

This div background color is #ccd30e


#ccd30e Border Color

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

This div border color is #ccd30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd30e


Comments

No comments written yet.

Please login to write comment.