Color Hex Logo

#ffd227 Color Hex

#FFD227
(255,210,39)
0 Favorites   0 Comments

Color spaces of #ffd227

RGB 25521039
HSL0.131.000.58
HSV48°85°100°
CMYK 0.000.180.85   0.00
XYZ64.652867.499711.5406
Yxy67.49970.44990.4697
Hunter Lab82.1582-3.309749.1824
CIE-Lab85.75571.128280.7911

#ffd227 color RGB value is (255,210,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 00100111
Octal 377 322 47
Decimal 255 210 39
Hex FF D2 27

RGB Percentages of Color #ffd227

%50.60
%41.67
%7.74

CMYK Percentages of Color #ffd227

%0
%18
%85
%0

Triadic Colors of #ffd227

#ffd227 #27ffd2 #d227ff

Analogous Colors of #ffd227

#ffd227 #c0ff27 #ff6627

Monochromatic Colors of #ffd227

#ffd227

Complementary Color

#ffd227 #2754ff

#ffd227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd227 Color CSS Codes

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

#ffd227 Text Font Color

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

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


#ffd227 Background Color

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

This div background color is #ffd227


#ffd227 Border Color

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

This div border color is #ffd227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd227


Comments

No comments written yet.

Please login to write comment.