Color Hex Logo

#cec15a Color Hex

#CEC15A
(206,193,90)
0 Favorites   0 Comments

Color spaces of #cec15a

RGB 20619390
HSL0.150.540.58
HSV53°56°81°
CMYK 0.000.060.56   0.19
XYZ46.369051.999917.2659
Yxy51.99990.40100.4497
Hunter Lab72.1110-11.414636.2816
CIE-Lab77.2808-8.462052.5760

#cec15a color RGB value is (206,193,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 01011010
Octal 316 301 132
Decimal 206 193 90
Hex CE C1 5A

RGB Percentages of Color #cec15a

%42.13
%39.47
%18.40

CMYK Percentages of Color #cec15a

%0
%6
%56
%19

Triadic Colors of #cec15a

#cec15a #5acec1 #c15ace

Analogous Colors of #cec15a

#cec15a #a1ce5a #ce875a

Monochromatic Colors of #cec15a

#cec15a

Complementary Color

#cec15a #5a67ce

#cec15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec15a Color CSS Codes

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

#cec15a Text Font Color

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

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


#cec15a Background Color

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

This div background color is #cec15a


#cec15a Border Color

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

This div border color is #cec15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec15a


Comments

No comments written yet.

Please login to write comment.