Color Hex Logo

#cec260 Color Hex

#CEC260
(206,194,96)
0 Favorites   0 Comments

Color spaces of #cec260

RGB 20619496
HSL0.150.530.59
HSV53°53°81°
CMYK 0.000.060.53   0.19
XYZ46.856752.549918.7399
Yxy52.54990.39660.4448
Hunter Lab72.4913-11.481535.4167
CIE-Lab77.6085-8.499550.1442

#cec260 color RGB value is (206,194,96).

#cec260 hex color red value is 206, green value is 194 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cec260 hue: 0.15 , saturation: 0.53 and the lightness value of cec260 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01100000
Octal 316 302 140
Decimal 206 194 96
Hex CE C2 60

RGB Percentages of Color #cec260

%41.53
%39.11
%19.35

CMYK Percentages of Color #cec260

%0
%6
%53
%19

Triadic Colors of #cec260

#cec260 #60cec2 #c260ce

Analogous Colors of #cec260

#cec260 #a3ce60 #ce8b60

Monochromatic Colors of #cec260

#cec260

Complementary Color

#cec260 #606cce

#cec260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec260 Color CSS Codes

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

#cec260 Text Font Color

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

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


#cec260 Background Color

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

This div background color is #cec260


#cec260 Border Color

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

This div border color is #cec260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec260


Comments

No comments written yet.

Please login to write comment.