color codes Logo

#ccd12e color codes

#CCD12E
(204,209,46)
0 Favorites   0 Comments

Color spaces of #ccd12e

RGB 20420946
HSL0.170.640.50
HSV62°78°82°
CMYK 0.020.000.78   0.18
XYZ48.195458.635611.3624
Yxy58.63560.40780.4961
Hunter Lab76.5739-21.656944.8040
CIE-Lab81.0909-19.783473.2380

#ccd12e color RGB value is (204,209,46).

#ccd12e hex color red value is 204, green value is 209 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ccd12e hue: 0.17 , saturation: 0.64 and the lightness value of ccd12e is 0.50.

The process color (four color CMYK) of #ccd12e color code is 0.02, 0.00, 0.78, 0.18. Web safe color of #ccd12e is #cccc33. Color #ccd12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 00101110
Octal 314 321 56
Decimal 204 209 46
Hex CC D1 2E

RGB Percentages of Color #ccd12e

%44.44
%45.53
%10.02

CMYK Percentages of Color #ccd12e

%2
%0
%78
%18

Triadic Colors of #ccd12e

#ccd12e #2eccd1 #d12ecc

Analogous Colors of #ccd12e

#ccd12e #7bd12e #d1852e

Monochromatic Colors of #ccd12e

#ccd12e

Complementary Color

#ccd12e #332ed1

#ccd12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd12e Color CSS Codes

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

#ccd12e Text Font Color

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

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


#ccd12e Background Color

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

This div background color is #ccd12e


#ccd12e Border Color

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

This div border color is #ccd12e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,209,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 #ccd12e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd12e


Comments

No comments written yet.

Please login to write comment.