Color Hex Logo

#ccd71e Color Hex

#CCD71E
(204,215,30)
0 Favorites   0 Comments

Color spaces of #ccd71e

RGB 20421530
HSL0.180.760.48
HSV64°86°84°
CMYK 0.050.000.86   0.16
XYZ49.436661.532010.4996
Yxy61.53200.40700.5066
Hunter Lab78.4423-24.778346.9736
CIE-Lab82.6639-23.169978.3965

#ccd71e color RGB value is (204,215,30).

#ccd71e hex color red value is 204, green value is 215 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ccd71e hue: 0.18 , saturation: 0.76 and the lightness value of ccd71e is 0.48.

The process color (four color CMYK) of #ccd71e color hex is 0.05, 0.00, 0.86, 0.16. Web safe color of #ccd71e is #cccc33. Color #ccd71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010111 00011110
Octal 314 327 36
Decimal 204 215 30
Hex CC D7 1E

RGB Percentages of Color #ccd71e

%45.43
%47.88
%6.68

CMYK Percentages of Color #ccd71e

%5
%0
%86
%16

Triadic Colors of #ccd71e

#ccd71e #1eccd7 #d71ecc

Analogous Colors of #ccd71e

#ccd71e #70d71e #d7861e

Monochromatic Colors of #ccd71e

#ccd71e

Complementary Color

#ccd71e #291ed7

#ccd71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd71e Color CSS Codes

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

#ccd71e Text Font Color

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

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


#ccd71e Background Color

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

This div background color is #ccd71e


#ccd71e Border Color

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

This div border color is #ccd71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd71e


Comments

No comments written yet.

Please login to write comment.