Color Hex Logo

#cec14e Color Hex

#CEC14E
(206,193,78)
0 Favorites   0 Comments

Color spaces of #cec14e

RGB 20619378
HSL0.150.570.56
HSV54°62°81°
CMYK 0.000.060.62   0.19
XYZ45.898751.811814.7893
Yxy51.81180.40800.4606
Hunter Lab71.9804-12.144238.2044
CIE-Lab77.1682-9.311957.8270

#cec14e color RGB value is (206,193,78).

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

The process color (four color CMYK) of #cec14e color hex is 0.00, 0.06, 0.62, 0.19. Web safe color of #cec14e is #cccc66. Color #cec14e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 01001110
Octal 316 301 116
Decimal 206 193 78
Hex CE C1 4E

RGB Percentages of Color #cec14e

%43.19
%40.46
%16.35

CMYK Percentages of Color #cec14e

%0
%6
%62
%19

Triadic Colors of #cec14e

#cec14e #4ecec1 #c14ece

Analogous Colors of #cec14e

#cec14e #9bce4e #ce814e

Monochromatic Colors of #cec14e

#cec14e

Complementary Color

#cec14e #4e5bce

#cec14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec14e Color CSS Codes

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

#cec14e Text Font Color

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

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


#cec14e Background Color

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

This div background color is #cec14e


#cec14e Border Color

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

This div border color is #cec14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec14e


Comments

No comments written yet.

Please login to write comment.