Color Hex Logo

#ffce6c Color Hex

#FFCE6C
(255,206,108)
0 Favorites   0 Comments

Color spaces of #ffce6c

RGB 255206108
HSL0.111.000.71
HSV40°58°100°
CMYK 0.000.190.58   0.00
XYZ66.018166.485323.5408
Yxy66.48530.42310.4261
Hunter Lab81.53851.831139.9595
CIE-Lab85.24346.410254.5200

#ffce6c color RGB value is (255,206,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 01101100
Octal 377 316 154
Decimal 255 206 108
Hex FF CE 6C

RGB Percentages of Color #ffce6c

%44.82
%36.20
%18.98

CMYK Percentages of Color #ffce6c

%0
%19
%58
%0

Triadic Colors of #ffce6c

#ffce6c #6cffce #ce6cff

Analogous Colors of #ffce6c

#ffce6c #e7ff6c #ff856c

Monochromatic Colors of #ffce6c

#ffce6c

Complementary Color

#ffce6c #6c9dff

#ffce6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce6c Color CSS Codes

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

#ffce6c Text Font Color

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

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


#ffce6c Background Color

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

This div background color is #ffce6c


#ffce6c Border Color

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

This div border color is #ffce6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce6c

#ffce6c Color Palettes


Comments

No comments written yet.

Please login to write comment.