Color Hex Logo

#ccce0e Color Hex

#CCCE0E
(204,206,14)
0 Favorites   0 Comments

Color spaces of #ccce0e

RGB 20420614
HSL0.170.870.43
HSV61°93°81°
CMYK 0.010.000.93   0.19
XYZ47.052457.01178.9399
Yxy57.01170.41640.5045
Hunter Lab75.5061-20.901545.8343
CIE-Lab80.1862-19.061078.9113

#ccce0e color RGB value is (204,206,14).

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

The process color (four color CMYK) of #ccce0e color hex is 0.01, 0.00, 0.93, 0.19. Web safe color of #ccce0e is #cccc00. Color #ccce0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 00001110
Octal 314 316 16
Decimal 204 206 14
Hex CC CE E

RGB Percentages of Color #ccce0e

%48.11
%48.58
%3.30

CMYK Percentages of Color #ccce0e

%1
%0
%93
%19

Triadic Colors of #ccce0e

#ccce0e #0eccce #ce0ecc

Analogous Colors of #ccce0e

#ccce0e #6cce0e #ce700e

Monochromatic Colors of #ccce0e

#ccce0e

Complementary Color

#ccce0e #100ece

#ccce0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccce0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccce0e Color CSS Codes

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

#ccce0e Text Font Color

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

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


#ccce0e Background Color

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

This div background color is #ccce0e


#ccce0e Border Color

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

This div border color is #ccce0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccce0e


Comments

No comments written yet.

Please login to write comment.