Color Hex Logo

#cec25e Color Hex

#CEC25E
(206,194,94)
0 Favorites   0 Comments

Color spaces of #cec25e

RGB 20619494
HSL0.150.530.59
HSV54°54°81°
CMYK 0.000.060.54   0.19
XYZ46.765852.513518.2610
Yxy52.51350.39790.4468
Hunter Lab72.4662-11.621535.7857
CIE-Lab77.5869-8.661951.0628

#cec25e color RGB value is (206,194,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01011110
Octal 316 302 136
Decimal 206 194 94
Hex CE C2 5E

RGB Percentages of Color #cec25e

%41.70
%39.27
%19.03

CMYK Percentages of Color #cec25e

%0
%6
%54
%19

Triadic Colors of #cec25e

#cec25e #5ecec2 #c25ece

Analogous Colors of #cec25e

#cec25e #a2ce5e #ce8a5e

Monochromatic Colors of #cec25e

#cec25e

Complementary Color

#cec25e #5e6ace

#cec25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec25e Color CSS Codes

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

#cec25e Text Font Color

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

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


#cec25e Background Color

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

This div background color is #cec25e


#cec25e Border Color

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

This div border color is #cec25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec25e


Comments

No comments written yet.

Please login to write comment.