Color Hex Logo

#cec465 Color Hex

#CEC465
(206,196,101)
0 Favorites   0 Comments

Color spaces of #cec465

RGB 206196101
HSL0.150.520.60
HSV54°51°81°
CMYK 0.000.050.51   0.19
XYZ47.542553.541320.1407
Yxy53.54130.39220.4417
Hunter Lab73.1719-12.072834.9007
CIE-Lab78.1935-9.103348.4472

#cec465 color RGB value is (206,196,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01100101
Octal 316 304 145
Decimal 206 196 101
Hex CE C4 65

RGB Percentages of Color #cec465

%40.95
%38.97
%20.08

CMYK Percentages of Color #cec465

%0
%5
%51
%19

Triadic Colors of #cec465

#cec465 #65cec4 #c465ce

Analogous Colors of #cec465

#cec465 #a4ce65 #ce9065

Monochromatic Colors of #cec465

#cec465

Complementary Color

#cec465 #656fce

#cec465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec465 Color CSS Codes

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

#cec465 Text Font Color

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

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


#cec465 Background Color

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

This div background color is #cec465


#cec465 Border Color

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

This div border color is #cec465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec465


Comments

No comments written yet.

Please login to write comment.