Color Hex Logo

#cec10d Color Hex

#CEC10D
(206,193,13)
0 Favorites   0 Comments

Color spaces of #cec10d

RGB 20619313
HSL0.160.880.43
HSV56°94°81°
CMYK 0.000.060.94   0.19
XYZ44.596251.29087.9304
Yxy51.29080.42960.4940
Hunter Lab71.6176-14.179043.5670
CIE-Lab76.8548-11.707676.5711

#cec10d color RGB value is (206,193,13).

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

The process color (four color CMYK) of #cec10d color hex is 0.00, 0.06, 0.94, 0.19. Web safe color of #cec10d is #cccc00. Color #cec10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00001101
Octal 316 301 15
Decimal 206 193 13
Hex CE C1 D

RGB Percentages of Color #cec10d

%50.00
%46.84
%3.16

CMYK Percentages of Color #cec10d

%0
%6
%94
%19

Triadic Colors of #cec10d

#cec10d #0dcec1 #c10dce

Analogous Colors of #cec10d

#cec10d #7bce0d #ce600d

Monochromatic Colors of #cec10d

#cec10d

Complementary Color

#cec10d #0d1ace

#cec10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec10d Color CSS Codes

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

#cec10d Text Font Color

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

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


#cec10d Background Color

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

This div background color is #cec10d


#cec10d Border Color

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

This div border color is #cec10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec10d


Comments

No comments written yet.

Please login to write comment.