Color Hex Logo

#ffd027 Color Hex

#FFD027
(255,208,39)
0 Favorites   0 Comments

Color spaces of #ffd027

RGB 25520839
HSL0.131.000.58
HSV47°85°100°
CMYK 0.000.180.85   0.00
XYZ64.162166.518211.3771
Yxy66.51820.45170.4682
Hunter Lab81.5587-2.302048.8204
CIE-Lab85.26012.149280.3857

#ffd027 color RGB value is (255,208,39).

#ffd027 hex color red value is 255, green value is 208 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ffd027 hue: 0.13 , saturation: 1.00 and the lightness value of ffd027 is 0.58.

The process color (four color CMYK) of #ffd027 color hex is 0.00, 0.18, 0.85, 0.00. Web safe color of #ffd027 is #ffcc33. Color #ffd027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 00100111
Octal 377 320 47
Decimal 255 208 39
Hex FF D0 27

RGB Percentages of Color #ffd027

%50.80
%41.43
%7.77

CMYK Percentages of Color #ffd027

%0
%18
%85
%0

Triadic Colors of #ffd027

#ffd027 #27ffd0 #d027ff

Analogous Colors of #ffd027

#ffd027 #c2ff27 #ff6427

Monochromatic Colors of #ffd027

#ffd027

Complementary Color

#ffd027 #2756ff

#ffd027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd027 Color CSS Codes

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

#ffd027 Text Font Color

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

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


#ffd027 Background Color

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

This div background color is #ffd027


#ffd027 Border Color

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

This div border color is #ffd027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd027

Related Colors


Comments

No comments written yet.

Please login to write comment.