Color Hex Logo

#ffd250 Color Hex

#FFD250
(255,210,80)
2 Favorites   0 Comments

Color spaces of #ffd250

RGB 25521080
HSL0.121.000.66
HSV45°69°100°
CMYK 0.000.180.69   0.00
XYZ65.734667.932417.2371
Yxy67.93240.43560.4502
Hunter Lab82.4211-1.875145.2952
CIE-Lab85.97262.632067.6222

#ffd250 color RGB value is (255,210,80).

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

The process color (four color CMYK) of #ffd250 color hex is 0.00, 0.18, 0.69, 0.00. Web safe color of #ffd250 is #ffcc66. Color #ffd250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01010000
Octal 377 322 120
Decimal 255 210 80
Hex FF D2 50

RGB Percentages of Color #ffd250

%46.79
%38.53
%14.68

CMYK Percentages of Color #ffd250

%0
%18
%69
%0

Triadic Colors of #ffd250

#ffd250 #50ffd2 #d250ff

Analogous Colors of #ffd250

#ffd250 #d5ff50 #ff7b50

Monochromatic Colors of #ffd250

#ffd250

Complementary Color

#ffd250 #507dff

#ffd250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd250 Color CSS Codes

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

#ffd250 Text Font Color

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

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


#ffd250 Background Color

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

This div background color is #ffd250


#ffd250 Border Color

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

This div border color is #ffd250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd250

Related Colors

#ffd250 Color Palettes


Comments

No comments written yet.

Please login to write comment.