Color Hex Logo

#cec25f Color Hex

#CEC25F
(206,194,95)
0 Favorites   0 Comments

Color spaces of #cec25f

RGB 20619495
HSL0.150.530.59
HSV54°54°81°
CMYK 0.000.060.54   0.19
XYZ46.810952.531618.4989
Yxy52.53160.39720.4458
Hunter Lab72.4787-11.552135.6024
CIE-Lab77.5976-8.581450.6044

#cec25f color RGB value is (206,194,95).

#cec25f hex color red value is 206, green value is 194 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cec25f hue: 0.15 , saturation: 0.53 and the lightness value of cec25f is 0.59.

The process color (four color CMYK) of #cec25f color hex is 0.00, 0.06, 0.54, 0.19. Web safe color of #cec25f is #cccc66. Color #cec25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01011111
Octal 316 302 137
Decimal 206 194 95
Hex CE C2 5F

RGB Percentages of Color #cec25f

%41.62
%39.19
%19.19

CMYK Percentages of Color #cec25f

%0
%6
%54
%19

Triadic Colors of #cec25f

#cec25f #5fcec2 #c25fce

Analogous Colors of #cec25f

#cec25f #a3ce5f #ce8b5f

Monochromatic Colors of #cec25f

#cec25f

Complementary Color

#cec25f #5f6bce

#cec25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec25f Color CSS Codes

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

#cec25f Text Font Color

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

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


#cec25f Background Color

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

This div background color is #cec25f


#cec25f Border Color

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

This div border color is #cec25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec25f


Comments

No comments written yet.

Please login to write comment.