Color Hex Logo

#ffdb71 Color Hex

#FFDB71
(255,219,113)
0 Favorites   0 Comments

Color spaces of #ffdb71

RGB 255219113
HSL0.121.000.72
HSV45°56°100°
CMYK 0.000.140.56   0.00
XYZ69.552273.115326.0697
Yxy73.11530.41220.4333
Hunter Lab85.5075-4.445341.7788
CIE-Lab88.50270.125955.9864

#ffdb71 color RGB value is (255,219,113).

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

The process color (four color CMYK) of #ffdb71 color hex is 0.00, 0.14, 0.56, 0.00. Web safe color of #ffdb71 is #ffcc66. Color #ffdb71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 01110001
Octal 377 333 161
Decimal 255 219 113
Hex FF DB 71

RGB Percentages of Color #ffdb71

%43.44
%37.31
%19.25

CMYK Percentages of Color #ffdb71

%0
%14
%56
%0

Triadic Colors of #ffdb71

#ffdb71 #71ffdb #db71ff

Analogous Colors of #ffdb71

#ffdb71 #dcff71 #ff9471

Monochromatic Colors of #ffdb71

#ffdb71

Complementary Color

#ffdb71 #7195ff

#ffdb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb71 Color CSS Codes

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

#ffdb71 Text Font Color

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

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


#ffdb71 Background Color

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

This div background color is #ffdb71


#ffdb71 Border Color

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

This div border color is #ffdb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb71

Related Colors


Comments

No comments written yet.

Please login to write comment.