Color Hex Logo

#ccce0d Color Hex

#CCCE0D
(204,206,13)
0 Favorites   0 Comments

Color spaces of #ccce0d

RGB 20420613
HSL0.170.880.43
HSV61°94°81°
CMYK 0.010.000.94   0.19
XYZ47.045857.00908.9050
Yxy57.00900.41650.5047
Hunter Lab75.5043-20.911445.8603
CIE-Lab80.1847-19.072979.0220

#ccce0d color RGB value is (204,206,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 00001101
Octal 314 316 15
Decimal 204 206 13
Hex CC CE D

RGB Percentages of Color #ccce0d

%48.23
%48.70
%3.07

CMYK Percentages of Color #ccce0d

%1
%0
%94
%19

Triadic Colors of #ccce0d

#ccce0d #0dccce #ce0dcc

Analogous Colors of #ccce0d

#ccce0d #6cce0d #ce700d

Monochromatic Colors of #ccce0d

#ccce0d

Complementary Color

#ccce0d #0f0dce

#ccce0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccce0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccce0d Color CSS Codes

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

#ccce0d Text Font Color

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

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


#ccce0d Background Color

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

This div background color is #ccce0d


#ccce0d Border Color

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

This div border color is #ccce0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccce0d


Comments

No comments written yet.

Please login to write comment.