Color Hex Logo

#ffc07d Color Hex

#FFC07D
(255,192,125)
0 Favorites   0 Comments

Color spaces of #ffc07d

RGB 255192125
HSL0.091.000.75
HSV31°51°100°
CMYK 0.000.250.51   0.00
XYZ63.791360.439927.7059
Yxy60.43990.41990.3978
Hunter Lab77.743110.415933.2905
CIE-Lab82.076715.023942.3616

#ffc07d color RGB value is (255,192,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 01111101
Octal 377 300 175
Decimal 255 192 125
Hex FF C0 7D

RGB Percentages of Color #ffc07d

%44.58
%33.57
%21.85

CMYK Percentages of Color #ffc07d

%0
%25
%51
%0

Triadic Colors of #ffc07d

#ffc07d #7dffc0 #c07dff

Analogous Colors of #ffc07d

#ffc07d #fdff7d #ff7f7d

Monochromatic Colors of #ffc07d

#ffc07d

Complementary Color

#ffc07d #7dbcff

#ffc07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc07d Color CSS Codes

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

#ffc07d Text Font Color

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

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


#ffc07d Background Color

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

This div background color is #ffc07d


#ffc07d Border Color

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

This div border color is #ffc07d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,192,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 #ffc07d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc07d

Related Colors


Comments

No comments written yet.

Please login to write comment.