Color Hex Logo

#cec00e Color Hex

#CEC00E
(206,192,14)
0 Favorites   0 Comments

Color spaces of #cec00e

RGB 20619214
HSL0.150.870.43
HSV56°93°81°
CMYK 0.000.070.93   0.19
XYZ44.382550.85287.8918
Yxy50.85280.43040.4931
Hunter Lab71.3111-13.700043.3564
CIE-Lab76.5898-11.186676.2498

#cec00e color RGB value is (206,192,14).

#cec00e hex color red value is 206, green value is 192 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cec00e hue: 0.15 , saturation: 0.87 and the lightness value of cec00e is 0.43.

The process color (four color CMYK) of #cec00e color hex is 0.00, 0.07, 0.93, 0.19. Web safe color of #cec00e is #cccc00. Color #cec00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000000 00001110
Octal 316 300 16
Decimal 206 192 14
Hex CE C0 E

RGB Percentages of Color #cec00e

%50.00
%46.60
%3.40

CMYK Percentages of Color #cec00e

%0
%7
%93
%19

Triadic Colors of #cec00e

#cec00e #0ecec0 #c00ece

Analogous Colors of #cec00e

#cec00e #7cce0e #ce600e

Monochromatic Colors of #cec00e

#cec00e

Complementary Color

#cec00e #0e1cce

#cec00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec00e Color CSS Codes

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

#cec00e Text Font Color

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

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


#cec00e Background Color

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

This div background color is #cec00e


#cec00e Border Color

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

This div border color is #cec00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec00e


Comments

No comments written yet.

Please login to write comment.