color codes Logo

#ffce3c color codes

#FFCE3C
(255,206,60)
2 Favorites   0 Comments

Color spaces of #ffce3c

RGB 25520660
HSL0.121.000.62
HSV45°76°100°
CMYK 0.000.190.76   0.00
XYZ64.126965.728913.5821
Yxy65.72890.44710.4582
Hunter Lab81.0734-0.689646.8186
CIE-Lab84.85793.802273.9623

#ffce3c color RGB value is (255,206,60).

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

The process color (four color CMYK) of #ffce3c color code is 0.00, 0.19, 0.76, 0.00. Web safe color of #ffce3c is #ffcc33. Color #ffce3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 00111100
Octal 377 316 74
Decimal 255 206 60
Hex FF CE 3C

RGB Percentages of Color #ffce3c

%48.94
%39.54
%11.52

CMYK Percentages of Color #ffce3c

%0
%19
%76
%0

Triadic Colors of #ffce3c

#ffce3c #3cffce #ce3cff

Analogous Colors of #ffce3c

#ffce3c #cfff3c #ff6d3c

Monochromatic Colors of #ffce3c

#ffce3c

Complementary Color

#ffce3c #3c6dff

#ffce3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce3c Color CSS Codes

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

#ffce3c Text Font Color

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

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


#ffce3c Background Color

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

This div background color is #ffce3c


#ffce3c Border Color

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

This div border color is #ffce3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce3c

Related Colors


Comments

No comments written yet.

Please login to write comment.