Color Hex Logo

#cec14f Color Hex

#CEC14F
(206,193,79)
0 Favorites   0 Comments

Color spaces of #cec14f

RGB 20619379
HSL0.150.560.56
HSV54°62°81°
CMYK 0.000.060.62   0.19
XYZ45.934851.826314.9796
Yxy51.82630.40740.4597
Hunter Lab71.9905-12.088338.0564
CIE-Lab77.1769-9.246557.4029

#cec14f color RGB value is (206,193,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 01001111
Octal 316 301 117
Decimal 206 193 79
Hex CE C1 4F

RGB Percentages of Color #cec14f

%43.10
%40.38
%16.53

CMYK Percentages of Color #cec14f

%0
%6
%62
%19

Triadic Colors of #cec14f

#cec14f #4fcec1 #c14fce

Analogous Colors of #cec14f

#cec14f #9cce4f #ce824f

Monochromatic Colors of #cec14f

#cec14f

Complementary Color

#cec14f #4f5cce

#cec14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec14f Color CSS Codes

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

#cec14f Text Font Color

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

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


#cec14f Background Color

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

This div background color is #cec14f


#cec14f Border Color

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

This div border color is #cec14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec14f


Comments

No comments written yet.

Please login to write comment.