Color Hex Logo

#cec973 Color Hex

#CEC973
(206,201,115)
0 Favorites   0 Comments

Color spaces of #cec973

RGB 206201115
HSL0.160.480.63
HSV57°44°81°
CMYK 0.000.020.44   0.19
XYZ49.434856.132924.4489
Yxy56.13290.38020.4317
Hunter Lab74.9219-13.335833.0975
CIE-Lab79.6894-10.353643.4201

#cec973 color RGB value is (206,201,115).

#cec973 hex color red value is 206, green value is 201 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cec973 hue: 0.16 , saturation: 0.48 and the lightness value of cec973 is 0.63.

The process color (four color CMYK) of #cec973 color hex is 0.00, 0.02, 0.44, 0.19. Web safe color of #cec973 is #cccc66. Color #cec973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01110011
Octal 316 311 163
Decimal 206 201 115
Hex CE C9 73

RGB Percentages of Color #cec973

%39.46
%38.51
%22.03

CMYK Percentages of Color #cec973

%0
%2
%44
%19

Triadic Colors of #cec973

#cec973 #73cec9 #c973ce

Analogous Colors of #cec973

#cec973 #a6ce73 #ce9c73

Monochromatic Colors of #cec973

#cec973

Complementary Color

#cec973 #7378ce

#cec973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec973 Color CSS Codes

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

#cec973 Text Font Color

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

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


#cec973 Background Color

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

This div background color is #cec973


#cec973 Border Color

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

This div border color is #cec973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec973


Comments

No comments written yet.

Please login to write comment.