color codes Logo

#ccce02 color codes

#CCCE02
(204,206,2)
0 Favorites   0 Comments

Color spaces of #ccce02

RGB 2042062
HSL0.170.980.41
HSV61°99°81°
CMYK 0.010.000.99   0.19
XYZ46.984156.98448.5802
Yxy56.98440.41750.5063
Hunter Lab75.4880-21.004846.1025
CIE-Lab80.1708-19.186380.0667

#ccce02 color RGB value is (204,206,2).

#ccce02 hex color red value is 204, green value is 206 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ccce02 hue: 0.17 , saturation: 0.98 and the lightness value of ccce02 is 0.41.

The process color (four color CMYK) of #ccce02 color code is 0.01, 0.00, 0.99, 0.19. Web safe color of #ccce02 is #cccc00. Color #ccce02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 00000010
Octal 314 316 2
Decimal 204 206 2
Hex CC CE 2

RGB Percentages of Color #ccce02

%49.51
%50.00
%0.49

CMYK Percentages of Color #ccce02

%1
%0
%99
%19

Triadic Colors of #ccce02

#ccce02 #02ccce #ce02cc

Analogous Colors of #ccce02

#ccce02 #66ce02 #ce6a02

Monochromatic Colors of #ccce02

#ccce02

Complementary Color

#ccce02 #0402ce

#ccce02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccce02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccce02 Color CSS Codes

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

#ccce02 Text Font Color

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

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


#ccce02 Background Color

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

This div background color is #ccce02


#ccce02 Border Color

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

This div border color is #ccce02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccce02


Comments

No comments written yet.

Please login to write comment.