color codes Logo

#cec51a color codes

#CEC51A
(206,197,26)
0 Favorites   0 Comments

Color spaces of #cec51a

RGB 20619726
HSL0.160.780.45
HSV57°87°81°
CMYK 0.000.040.87   0.19
XYZ45.606353.12898.8285
Yxy53.12890.42400.4939
Hunter Lab72.8896-15.871043.8414
CIE-Lab77.9510-13.521175.4202

#cec51a color RGB value is (206,197,26).

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

The process color (four color CMYK) of #cec51a color code is 0.00, 0.04, 0.87, 0.19. Web safe color of #cec51a is #cccc33. Color #cec51a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 00011010
Octal 316 305 32
Decimal 206 197 26
Hex CE C5 1A

RGB Percentages of Color #cec51a

%48.02
%45.92
%6.06

CMYK Percentages of Color #cec51a

%0
%4
%87
%19

Triadic Colors of #cec51a

#cec51a #1acec5 #c51ace

Analogous Colors of #cec51a

#cec51a #7dce1a #ce6b1a

Monochromatic Colors of #cec51a

#cec51a

Complementary Color

#cec51a #1a23ce

#cec51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec51a Color CSS Codes

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

#cec51a Text Font Color

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

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


#cec51a Background Color

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

This div background color is #cec51a


#cec51a Border Color

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

This div border color is #cec51a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,197,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 #cec51a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec51a


Comments

No comments written yet.

Please login to write comment.