Color Hex Logo

#cec364 Color Hex

#CEC364
(206,195,100)
0 Favorites   0 Comments

Color spaces of #cec364

RGB 206195100
HSL0.150.520.60
HSV54°51°81°
CMYK 0.000.050.51   0.19
XYZ47.269053.072119.8092
Yxy53.07210.39340.4417
Hunter Lab72.8506-11.669134.8736
CIE-Lab77.9175-8.676448.6001

#cec364 color RGB value is (206,195,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 01100100
Octal 316 303 144
Decimal 206 195 100
Hex CE C3 64

RGB Percentages of Color #cec364

%41.12
%38.92
%19.96

CMYK Percentages of Color #cec364

%0
%5
%51
%19

Triadic Colors of #cec364

#cec364 #64cec3 #c364ce

Analogous Colors of #cec364

#cec364 #a4ce64 #ce8e64

Monochromatic Colors of #cec364

#cec364

Complementary Color

#cec364 #646fce

#cec364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec364 Color CSS Codes

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

#cec364 Text Font Color

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

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


#cec364 Background Color

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

This div background color is #cec364


#cec364 Border Color

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

This div border color is #cec364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec364


Comments

No comments written yet.

Please login to write comment.