Color Hex Logo

#cec262 Color Hex

#CEC262
(206,194,98)
0 Favorites   0 Comments

Color spaces of #cec262

RGB 20619498
HSL0.150.520.60
HSV53°52°81°
CMYK 0.000.060.52   0.19
XYZ46.950052.587219.2311
Yxy52.58720.39530.4428
Hunter Lab72.5170-11.337835.0386
CIE-Lab77.6306-8.332949.2188

#cec262 color RGB value is (206,194,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01100010
Octal 316 302 142
Decimal 206 194 98
Hex CE C2 62

RGB Percentages of Color #cec262

%41.37
%38.96
%19.68

CMYK Percentages of Color #cec262

%0
%6
%52
%19

Triadic Colors of #cec262

#cec262 #62cec2 #c262ce

Analogous Colors of #cec262

#cec262 #a4ce62 #ce8c62

Monochromatic Colors of #cec262

#cec262

Complementary Color

#cec262 #626ece

#cec262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec262 Color CSS Codes

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

#cec262 Text Font Color

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

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


#cec262 Background Color

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

This div background color is #cec262


#cec262 Border Color

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

This div border color is #cec262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec262


Comments

No comments written yet.

Please login to write comment.