Color Hex Logo

#ffce5e Color Hex

#FFCE5E
(255,206,94)
0 Favorites   0 Comments

Color spaces of #ffce5e

RGB 25520694
HSL0.121.000.68
HSV42°63°100°
CMYK 0.000.190.63   0.00
XYZ65.331766.210819.9263
Yxy66.21080.43130.4371
Hunter Lab81.37000.919542.4398
CIE-Lab85.10385.471760.7674

#ffce5e color RGB value is (255,206,94).

#ffce5e hex color red value is 255, green value is 206 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ffce5e hue: 0.12 , saturation: 1.00 and the lightness value of ffce5e is 0.68.

The process color (four color CMYK) of #ffce5e color hex is 0.00, 0.19, 0.63, 0.00. Web safe color of #ffce5e is #ffcc66. Color #ffce5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 01011110
Octal 377 316 136
Decimal 255 206 94
Hex FF CE 5E

RGB Percentages of Color #ffce5e

%45.95
%37.12
%16.94

CMYK Percentages of Color #ffce5e

%0
%19
%63
%0

Triadic Colors of #ffce5e

#ffce5e #5effce #ce5eff

Analogous Colors of #ffce5e

#ffce5e #e0ff5e #ff7e5e

Monochromatic Colors of #ffce5e

#ffce5e

Complementary Color

#ffce5e #5e8fff

#ffce5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce5e Color CSS Codes

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

#ffce5e Text Font Color

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

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


#ffce5e Background Color

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

This div background color is #ffce5e


#ffce5e Border Color

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

This div border color is #ffce5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce5e

Related Colors


Comments

No comments written yet.

Please login to write comment.