color codes Logo

#ccd52e color codes

#CCD52E
(204,213,46)
0 Favorites   0 Comments

Color spaces of #ccd52e

RGB 20421346
HSL0.180.670.51
HSV63°78°84°
CMYK 0.040.000.78   0.16
XYZ49.189260.623111.6937
Yxy60.62310.40480.4989
Hunter Lab77.8608-23.487745.5980
CIE-Lab82.1757-21.737574.2020

#ccd52e color RGB value is (204,213,46).

#ccd52e hex color red value is 204, green value is 213 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ccd52e hue: 0.18 , saturation: 0.67 and the lightness value of ccd52e is 0.51.

The process color (four color CMYK) of #ccd52e color code is 0.04, 0.00, 0.78, 0.16. Web safe color of #ccd52e is #cccc33. Color #ccd52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 00101110
Octal 314 325 56
Decimal 204 213 46
Hex CC D5 2E

RGB Percentages of Color #ccd52e

%44.06
%46.00
%9.94

CMYK Percentages of Color #ccd52e

%4
%0
%78
%16

Triadic Colors of #ccd52e

#ccd52e #2eccd5 #d52ecc

Analogous Colors of #ccd52e

#ccd52e #79d52e #d58b2e

Monochromatic Colors of #ccd52e

#ccd52e

Complementary Color

#ccd52e #372ed5

#ccd52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd52e Color CSS Codes

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

#ccd52e Text Font Color

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

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


#ccd52e Background Color

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

This div background color is #ccd52e


#ccd52e Border Color

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

This div border color is #ccd52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd52e


Comments

No comments written yet.

Please login to write comment.