Color Hex Logo

#cec11d Color Hex

#CEC11D
(206,193,29)
0 Favorites   0 Comments

Color spaces of #cec11d

RGB 20619329
HSL0.150.750.46
HSV56°86°81°
CMYK 0.000.060.86   0.19
XYZ44.745351.35048.7157
Yxy51.35040.42690.4899
Hunter Lab71.6592-13.945042.9502
CIE-Lab76.8908-11.430073.9624

#cec11d color RGB value is (206,193,29).

#cec11d hex color red value is 206, green value is 193 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cec11d hue: 0.15 , saturation: 0.75 and the lightness value of cec11d is 0.46.

The process color (four color CMYK) of #cec11d color hex is 0.00, 0.06, 0.86, 0.19. Web safe color of #cec11d is #cccc33. Color #cec11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00011101
Octal 316 301 35
Decimal 206 193 29
Hex CE C1 1D

RGB Percentages of Color #cec11d

%48.13
%45.09
%6.78

CMYK Percentages of Color #cec11d

%0
%6
%86
%19

Triadic Colors of #cec11d

#cec11d #1dcec1 #c11dce

Analogous Colors of #cec11d

#cec11d #83ce1d #ce691d

Monochromatic Colors of #cec11d

#cec11d

Complementary Color

#cec11d #1d2ace

#cec11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec11d Color CSS Codes

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

#cec11d Text Font Color

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

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


#cec11d Background Color

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

This div background color is #cec11d


#cec11d Border Color

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

This div border color is #cec11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec11d


Comments

No comments written yet.

Please login to write comment.