Color Hex Logo

#cec425 Color Hex

#CEC425
(206,196,37)
0 Favorites   0 Comments

Color spaces of #cec425

RGB 20619637
HSL0.160.700.48
HSV56°82°81°
CMYK 0.000.050.82   0.19
XYZ45.527552.73529.5296
Yxy52.73520.42240.4892
Hunter Lab72.6190-15.175143.0528
CIE-Lab77.7184-12.743972.7858

#cec425 color RGB value is (206,196,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 00100101
Octal 316 304 45
Decimal 206 196 37
Hex CE C4 25

RGB Percentages of Color #cec425

%46.92
%44.65
%8.43

CMYK Percentages of Color #cec425

%0
%5
%82
%19

Triadic Colors of #cec425

#cec425 #25cec4 #c425ce

Analogous Colors of #cec425

#cec425 #84ce25 #ce7025

Monochromatic Colors of #cec425

#cec425

Complementary Color

#cec425 #252fce

#cec425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec425 Color CSS Codes

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

#cec425 Text Font Color

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

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


#cec425 Background Color

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

This div background color is #cec425


#cec425 Border Color

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

This div border color is #cec425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec425


Comments

No comments written yet.

Please login to write comment.