Color Hex Logo

#ccd02e Color Hex

#CCD02E
(204,208,46)
0 Favorites   0 Comments

Color spaces of #ccd02e

RGB 20420846
HSL0.170.640.50
HSV61°78°82°
CMYK 0.020.000.78   0.18
XYZ47.950958.146411.2809
Yxy58.14640.40850.4954
Hunter Lab76.2538-21.197444.6064
CIE-Lab80.8201-19.291772.9969

#ccd02e color RGB value is (204,208,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 00101110
Octal 314 320 56
Decimal 204 208 46
Hex CC D0 2E

RGB Percentages of Color #ccd02e

%44.54
%45.41
%10.04

CMYK Percentages of Color #ccd02e

%2
%0
%78
%18

Triadic Colors of #ccd02e

#ccd02e #2eccd0 #d02ecc

Analogous Colors of #ccd02e

#ccd02e #7bd02e #d0832e

Monochromatic Colors of #ccd02e

#ccd02e

Complementary Color

#ccd02e #322ed0

#ccd02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd02e Color CSS Codes

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

#ccd02e Text Font Color

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

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


#ccd02e Background Color

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

This div background color is #ccd02e


#ccd02e Border Color

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

This div border color is #ccd02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd02e


Comments

No comments written yet.

Please login to write comment.