Color Hex Logo

#cec213 Color Hex

#CEC213
(206,194,19)
0 Favorites   0 Comments

Color spaces of #cec213

RGB 20619419
HSL0.160.830.44
HSV56°91°81°
CMYK 0.000.060.91   0.19
XYZ44.862951.75248.2408
Yxy51.75240.42790.4936
Hunter Lab71.9391-14.576843.5656
CIE-Lab77.1325-12.131775.9741

#cec213 color RGB value is (206,194,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 00010011
Octal 316 302 23
Decimal 206 194 19
Hex CE C2 13

RGB Percentages of Color #cec213

%49.16
%46.30
%4.53

CMYK Percentages of Color #cec213

%0
%6
%91
%19

Triadic Colors of #cec213

#cec213 #13cec2 #c213ce

Analogous Colors of #cec213

#cec213 #7dce13 #ce6513

Monochromatic Colors of #cec213

#cec213

Complementary Color

#cec213 #131fce

#cec213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec213 Color CSS Codes

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

#cec213 Text Font Color

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

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


#cec213 Background Color

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

This div background color is #cec213


#cec213 Border Color

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

This div border color is #cec213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec213


Comments

No comments written yet.

Please login to write comment.