Color Hex Logo

#cec31a Color Hex

#CEC31A
(206,195,26)
0 Favorites   0 Comments

Color spaces of #cec31a

RGB 20619526
HSL0.160.780.45
HSV56°87°81°
CMYK 0.000.050.87   0.19
XYZ45.155252.22668.6781
Yxy52.22660.42580.4924
Hunter Lab72.2680-14.936843.4679
CIE-Lab77.4161-12.510474.9924

#cec31a color RGB value is (206,195,26).

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

The process color (four color CMYK) of #cec31a color hex is 0.00, 0.05, 0.87, 0.19. Web safe color of #cec31a is #cccc33. Color #cec31a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00011010
Octal 316 303 32
Decimal 206 195 26
Hex CE C3 1A

RGB Percentages of Color #cec31a

%48.24
%45.67
%6.09

CMYK Percentages of Color #cec31a

%0
%5
%87
%19

Triadic Colors of #cec31a

#cec31a #1acec3 #c31ace

Analogous Colors of #cec31a

#cec31a #7fce1a #ce691a

Monochromatic Colors of #cec31a

#cec31a

Complementary Color

#cec31a #1a25ce

#cec31a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec31a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec31a Color CSS Codes

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

#cec31a Text Font Color

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

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


#cec31a Background Color

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

This div background color is #cec31a


#cec31a Border Color

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

This div border color is #cec31a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec31a


Comments

No comments written yet.

Please login to write comment.