Color Hex Logo

#ffce5a Color Hex

#FFCE5A
(255,206,90)
0 Favorites   0 Comments

Color spaces of #ffce5a

RGB 25520690
HSL0.121.000.68
HSV42°65°100°
CMYK 0.000.190.65   0.00
XYZ65.156866.140819.0052
Yxy66.14080.43350.4401
Hunter Lab81.32700.686743.0735
CIE-Lab85.06825.231262.4832

#ffce5a color RGB value is (255,206,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 01011010
Octal 377 316 132
Decimal 255 206 90
Hex FF CE 5A

RGB Percentages of Color #ffce5a

%46.28
%37.39
%16.33

CMYK Percentages of Color #ffce5a

%0
%19
%65
%0

Triadic Colors of #ffce5a

#ffce5a #5affce #ce5aff

Analogous Colors of #ffce5a

#ffce5a #deff5a #ff7c5a

Monochromatic Colors of #ffce5a

#ffce5a

Complementary Color

#ffce5a #5a8bff

#ffce5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce5a Color CSS Codes

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

#ffce5a Text Font Color

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

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


#ffce5a Background Color

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

This div background color is #ffce5a


#ffce5a Border Color

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

This div border color is #ffce5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce5a

#ffce5a Color Palettes


Comments

No comments written yet.

Please login to write comment.