Color Hex Logo

#cec219 Color Hex

#CEC219
(206,194,25)
0 Favorites   0 Comments

Color spaces of #cec219

RGB 20619425
HSL0.160.780.45
HSV56°88°81°
CMYK 0.000.060.88   0.19
XYZ44.920951.77568.5458
Yxy51.77560.42680.4920
Hunter Lab71.9553-14.486143.3271
CIE-Lab77.1465-12.024074.9670

#cec219 color RGB value is (206,194,25).

#cec219 hex color red value is 206, green value is 194 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cec219 hue: 0.16 , saturation: 0.78 and the lightness value of cec219 is 0.45.

The process color (four color CMYK) of #cec219 color hex is 0.00, 0.06, 0.88, 0.19. Web safe color of #cec219 is #cccc00. Color #cec219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 00011001
Octal 316 302 31
Decimal 206 194 25
Hex CE C2 19

RGB Percentages of Color #cec219

%48.47
%45.65
%5.88

CMYK Percentages of Color #cec219

%0
%6
%88
%19

Triadic Colors of #cec219

#cec219 #19cec2 #c219ce

Analogous Colors of #cec219

#cec219 #80ce19 #ce6819

Monochromatic Colors of #cec219

#cec219

Complementary Color

#cec219 #1925ce

#cec219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec219 Color CSS Codes

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

#cec219 Text Font Color

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

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


#cec219 Background Color

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

This div background color is #cec219


#cec219 Border Color

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

This div border color is #cec219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec219


Comments

No comments written yet.

Please login to write comment.