Color Hex Logo

#cec261 Color Hex

#CEC261
(206,194,97)
0 Favorites   0 Comments

Color spaces of #cec261

RGB 20619497
HSL0.150.530.59
HSV53°53°81°
CMYK 0.000.060.53   0.19
XYZ46.903152.568518.9839
Yxy52.56850.39600.4438
Hunter Lab72.5041-11.410235.2289
CIE-Lab77.6195-8.416749.6825

#cec261 color RGB value is (206,194,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01100001
Octal 316 302 141
Decimal 206 194 97
Hex CE C2 61

RGB Percentages of Color #cec261

%41.45
%39.03
%19.52

CMYK Percentages of Color #cec261

%0
%6
%53
%19

Triadic Colors of #cec261

#cec261 #61cec2 #c261ce

Analogous Colors of #cec261

#cec261 #a4ce61 #ce8c61

Monochromatic Colors of #cec261

#cec261

Complementary Color

#cec261 #616dce

#cec261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec261 Color CSS Codes

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

#cec261 Text Font Color

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

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


#cec261 Background Color

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

This div background color is #cec261


#cec261 Border Color

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

This div border color is #cec261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec261


Comments

No comments written yet.

Please login to write comment.