color codes Logo

#cceb05 color codes

#CCEB05
(204,235,5)
0 Favorites   0 Comments

Color spaces of #cceb05

RGB 2042355
HSL0.190.960.47
HSV68°98°92°
CMYK 0.130.000.98   0.08
XYZ54.637672.265011.2124
Yxy72.26500.39560.5232
Hunter Lab85.0088-34.038451.6860
CIE-Lab88.0960-32.950385.7320

#cceb05 color RGB value is (204,235,5).

#cceb05 hex color red value is 204, green value is 235 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #cceb05 hue: 0.19 , saturation: 0.96 and the lightness value of cceb05 is 0.47.

The process color (four color CMYK) of #cceb05 color code is 0.13, 0.00, 0.98, 0.08. Web safe color of #cceb05 is #ccff00. Color #cceb05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 00000101
Octal 314 353 5
Decimal 204 235 5
Hex CC EB 5

RGB Percentages of Color #cceb05

%45.95
%52.93
%1.13

CMYK Percentages of Color #cceb05

%13
%0
%98
%8

Triadic Colors of #cceb05

#cceb05 #05cceb #eb05cc

Analogous Colors of #cceb05

#cceb05 #59eb05 #eb9705

Monochromatic Colors of #cceb05

#cceb05

Complementary Color

#cceb05 #2405eb

#cceb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb05 Color CSS Codes

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

#cceb05 Text Font Color

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

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


#cceb05 Background Color

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

This div background color is #cceb05


#cceb05 Border Color

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

This div border color is #cceb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb05


Comments

No comments written yet.

Please login to write comment.