Color Hex Logo

#cec12e Color Hex

#CEC12E
(206,193,46)
0 Favorites   0 Comments

Color spaces of #cec12e

RGB 20619346
HSL0.150.630.49
HSV55°78°81°
CMYK 0.000.060.78   0.19
XYZ45.016751.459010.1447
Yxy51.45900.42220.4826
Hunter Lab71.7349-13.519841.8297
CIE-Lab76.9562-10.927369.6009

#cec12e color RGB value is (206,193,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00101110
Octal 316 301 56
Decimal 206 193 46
Hex CE C1 2E

RGB Percentages of Color #cec12e

%46.29
%43.37
%10.34

CMYK Percentages of Color #cec12e

%0
%6
%78
%19

Triadic Colors of #cec12e

#cec12e #2ecec1 #c12ece

Analogous Colors of #cec12e

#cec12e #8bce2e #ce712e

Monochromatic Colors of #cec12e

#cec12e

Complementary Color

#cec12e #2e3bce

#cec12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec12e Color CSS Codes

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

#cec12e Text Font Color

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

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


#cec12e Background Color

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

This div background color is #cec12e


#cec12e Border Color

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

This div border color is #cec12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec12e


Comments

No comments written yet.

Please login to write comment.