Color Hex Logo

#ffce5b Color Hex

#FFCE5B
(255,206,91)
0 Favorites   0 Comments

Color spaces of #ffce5b

RGB 25520691
HSL0.121.000.68
HSV42°64°100°
CMYK 0.000.190.64   0.00
XYZ65.199666.157919.2309
Yxy66.15790.43300.4393
Hunter Lab81.33750.743842.9181
CIE-Lab85.07695.290162.0575

#ffce5b color RGB value is (255,206,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 01011011
Octal 377 316 133
Decimal 255 206 91
Hex FF CE 5B

RGB Percentages of Color #ffce5b

%46.20
%37.32
%16.49

CMYK Percentages of Color #ffce5b

%0
%19
%64
%0

Triadic Colors of #ffce5b

#ffce5b #5bffce #ce5bff

Analogous Colors of #ffce5b

#ffce5b #deff5b #ff7c5b

Monochromatic Colors of #ffce5b

#ffce5b

Complementary Color

#ffce5b #5b8cff

#ffce5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce5b Color CSS Codes

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

#ffce5b Text Font Color

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

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


#ffce5b Background Color

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

This div background color is #ffce5b


#ffce5b Border Color

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

This div border color is #ffce5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce5b

Related Colors


Comments

No comments written yet.

Please login to write comment.