Color Hex Logo

#cec526 Color Hex

#CEC526
(206,197,38)
0 Favorites   0 Comments

Color spaces of #cec526

RGB 20619738
HSL0.160.690.48
HSV57°82°81°
CMYK 0.000.040.82   0.19
XYZ45.769753.19439.6889
Yxy53.19430.42120.4896
Hunter Lab72.9344-15.618343.1778
CIE-Lab77.9896-13.220372.7613

#cec526 color RGB value is (206,197,38).

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

The process color (four color CMYK) of #cec526 color hex is 0.00, 0.04, 0.82, 0.19. Web safe color of #cec526 is #cccc33. Color #cec526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 00100110
Octal 316 305 46
Decimal 206 197 38
Hex CE C5 26

RGB Percentages of Color #cec526

%46.71
%44.67
%8.62

CMYK Percentages of Color #cec526

%0
%4
%82
%19

Triadic Colors of #cec526

#cec526 #26cec5 #c526ce

Analogous Colors of #cec526

#cec526 #83ce26 #ce7126

Monochromatic Colors of #cec526

#cec526

Complementary Color

#cec526 #262fce

#cec526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec526 Color CSS Codes

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

#cec526 Text Font Color

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

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


#cec526 Background Color

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

This div background color is #cec526


#cec526 Border Color

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

This div border color is #cec526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec526


Comments

No comments written yet.

Please login to write comment.