Color Hex Logo

#ffce7d Color Hex

#FFCE7D
(255,206,125)
0 Favorites   0 Comments

Color spaces of #ffce7d

RGB 255206125
HSL0.101.000.75
HSV37°51°100°
CMYK 0.000.190.51   0.00
XYZ67.013066.883328.7798
Yxy66.88330.41190.4111
Hunter Lab81.78223.145536.3829
CIE-Lab85.44507.754546.5522

#ffce7d color RGB value is (255,206,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 01111101
Octal 377 316 175
Decimal 255 206 125
Hex FF CE 7D

RGB Percentages of Color #ffce7d

%43.52
%35.15
%21.33

CMYK Percentages of Color #ffce7d

%0
%19
%51
%0

Triadic Colors of #ffce7d

#ffce7d #7dffce #ce7dff

Analogous Colors of #ffce7d

#ffce7d #efff7d #ff8d7d

Monochromatic Colors of #ffce7d

#ffce7d

Complementary Color

#ffce7d #7daeff

#ffce7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce7d Color CSS Codes

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

#ffce7d Text Font Color

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

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


#ffce7d Background Color

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

This div background color is #ffce7d


#ffce7d Border Color

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

This div border color is #ffce7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce7d

#ffce7d Color Palettes


Comments

No comments written yet.

Please login to write comment.