Color Hex Logo

#cec40d Color Hex

#CEC40D
(206,196,13)
0 Favorites   0 Comments

Color spaces of #cec40d

RGB 20619613
HSL0.160.880.43
HSV57°94°81°
CMYK 0.000.050.94   0.19
XYZ45.266252.63078.1537
Yxy52.63070.42680.4963
Hunter Lab72.5470-15.581044.1192
CIE-Lab77.6565-13.226877.1765

#cec40d color RGB value is (206,196,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 00001101
Octal 316 304 15
Decimal 206 196 13
Hex CE C4 D

RGB Percentages of Color #cec40d

%49.64
%47.23
%3.13

CMYK Percentages of Color #cec40d

%0
%5
%94
%19

Triadic Colors of #cec40d

#cec40d #0dcec4 #c40dce

Analogous Colors of #cec40d

#cec40d #78ce0d #ce640d

Monochromatic Colors of #cec40d

#cec40d

Complementary Color

#cec40d #0d17ce

#cec40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec40d Color CSS Codes

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

#cec40d Text Font Color

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

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


#cec40d Background Color

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

This div background color is #cec40d


#cec40d Border Color

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

This div border color is #cec40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec40d


Comments

No comments written yet.

Please login to write comment.