Color Hex Logo

#cec462 Color Hex

#CEC462
(206,196,98)
0 Favorites   0 Comments

Color spaces of #cec462

RGB 20619698
HSL0.150.520.60
HSV54°52°81°
CMYK 0.000.050.52   0.19
XYZ47.398153.483519.3805
Yxy53.48350.39410.4447
Hunter Lab73.1324-12.293535.4805
CIE-Lab78.1596-9.359449.8409

#cec462 color RGB value is (206,196,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01100010
Octal 316 304 142
Decimal 206 196 98
Hex CE C4 62

RGB Percentages of Color #cec462

%41.20
%39.20
%19.60

CMYK Percentages of Color #cec462

%0
%5
%52
%19

Triadic Colors of #cec462

#cec462 #62cec4 #c462ce

Analogous Colors of #cec462

#cec462 #a2ce62 #ce8e62

Monochromatic Colors of #cec462

#cec462

Complementary Color

#cec462 #626cce

#cec462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec462 Color CSS Codes

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

#cec462 Text Font Color

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

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


#cec462 Background Color

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

This div background color is #cec462


#cec462 Border Color

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

This div border color is #cec462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,196,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 #cec462">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec462


Comments

No comments written yet.

Please login to write comment.