color codes Logo

#cec60d color codes

#CEC60D
(206,198,13)
0 Favorites   0 Comments

Color spaces of #cec60d

RGB 20619813
HSL0.160.880.43
HSV58°94°81°
CMYK 0.000.040.94   0.19
XYZ45.720353.53908.3051
Yxy53.53900.42510.4977
Hunter Lab73.1703-16.512944.4896
CIE-Lab78.1922-14.234577.5816

#cec60d color RGB value is (206,198,13).

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

The process color (four color CMYK) of #cec60d color code is 0.00, 0.04, 0.94, 0.19. Web safe color of #cec60d is #cccc00. Color #cec60d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 00001101
Octal 316 306 15
Decimal 206 198 13
Hex CE C6 D

RGB Percentages of Color #cec60d

%49.40
%47.48
%3.12

CMYK Percentages of Color #cec60d

%0
%4
%94
%19

Triadic Colors of #cec60d

#cec60d #0dcec6 #c60dce

Analogous Colors of #cec60d

#cec60d #76ce0d #ce660d

Monochromatic Colors of #cec60d

#cec60d

Complementary Color

#cec60d #0d15ce

#cec60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec60d Color CSS Codes

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

#cec60d Text Font Color

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

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


#cec60d Background Color

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

This div background color is #cec60d


#cec60d Border Color

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

This div border color is #cec60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec60d


Comments

No comments written yet.

Please login to write comment.