Color Hex Logo

#cec15b Color Hex

#CEC15B
(206,193,91)
0 Favorites   0 Comments

Color spaces of #cec15b

RGB 20619391
HSL0.150.540.58
HSV53°56°81°
CMYK 0.000.060.56   0.19
XYZ46.411952.017117.4917
Yxy52.01710.40040.4487
Hunter Lab72.1229-11.348236.1066
CIE-Lab77.2911-8.385052.1239

#cec15b color RGB value is (206,193,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 01011011
Octal 316 301 133
Decimal 206 193 91
Hex CE C1 5B

RGB Percentages of Color #cec15b

%42.04
%39.39
%18.57

CMYK Percentages of Color #cec15b

%0
%6
%56
%19

Triadic Colors of #cec15b

#cec15b #5bcec1 #c15bce

Analogous Colors of #cec15b

#cec15b #a2ce5b #ce885b

Monochromatic Colors of #cec15b

#cec15b

Complementary Color

#cec15b #5b68ce

#cec15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec15b Color CSS Codes

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

#cec15b Text Font Color

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

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


#cec15b Background Color

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

This div background color is #cec15b


#cec15b Border Color

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

This div border color is #cec15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec15b


Comments

No comments written yet.

Please login to write comment.