Color Hex Logo

#ffce2b Color Hex

#FFCE2B
(255,206,43)
0 Favorites   0 Comments

Color spaces of #ffce2b

RGB 25520643
HSL0.131.000.58
HSV46°83°100°
CMYK 0.000.190.83   0.00
XYZ63.747465.577011.5833
Yxy65.57700.45240.4654
Hunter Lab80.9796-1.198648.2049
CIE-Lab84.78023.270578.9926

#ffce2b color RGB value is (255,206,43).

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

The process color (four color CMYK) of #ffce2b color hex is 0.00, 0.19, 0.83, 0.00. Web safe color of #ffce2b is #ffcc33. Color #ffce2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 00101011
Octal 377 316 53
Decimal 255 206 43
Hex FF CE 2B

RGB Percentages of Color #ffce2b

%50.60
%40.87
%8.53

CMYK Percentages of Color #ffce2b

%0
%19
%83
%0

Triadic Colors of #ffce2b

#ffce2b #2bffce #ce2bff

Analogous Colors of #ffce2b

#ffce2b #c6ff2b #ff642b

Monochromatic Colors of #ffce2b

#ffce2b

Complementary Color

#ffce2b #2b5cff

#ffce2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce2b Color CSS Codes

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

#ffce2b Text Font Color

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

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


#ffce2b Background Color

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

This div background color is #ffce2b


#ffce2b Border Color

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

This div border color is #ffce2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce2b

Related Colors


Comments

No comments written yet.

Please login to write comment.