Color Hex Logo

#ffd800 Color Hex School Bus Yellow

#FFD800
(255,216,0)
15 Favorites   0 Comments

Color spaces of #ffd800 School Bus Yellow

RGB 2552160
HSL0.141.000.50
HSV51°100°100°
CMYK 0.000.151.00   0.00
XYZ65.795970.371710.1153
Yxy70.37170.44980.4811
Hunter Lab83.8878-6.800551.5722
CIE-Lab87.1788-2.429887.3137

#ffd800 color RGB value is (255,216,0). #ffd800 color name is School Bus Yellow color.

#ffd800 hex color red value is 255, green value is 216 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ffd800 hue: 0.14 , saturation: 1.00 and the lightness value of ffd800 is 0.50.

The process color (four color CMYK) of #ffd800 color hex is 0.00, 0.15, 1.00, 0.00. Web safe color of #ffd800 is #ffcc00. Color #ffd800 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 00000000
Octal 377 330 0
Decimal 255 216 0
Hex FF D8 0

RGB Percentages of Color #ffd800

%54.14
%45.86
%0.00

CMYK Percentages of Color #ffd800

%0
%15
%100
%0

Triadic Colors of #ffd800

#ffd800 #00ffd8 #d800ff

Analogous Colors of #ffd800

#ffd800 #a7ff00 #ff5800

Monochromatic Colors of #ffd800

#ffd800

Complementary Color

#ffd800 #0027ff

#ffd800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd800 Color CSS Codes

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

#ffd800 Text Font Color

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

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


#ffd800 Background Color

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

This div background color is #ffd800


#ffd800 Border Color

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

This div border color is #ffd800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd800

Related Colors


Comments

No comments written yet.

Please login to write comment.