Color Hex Logo

#ffdb25 Color Hex

#FFDB25
(255,219,37)
0 Favorites   0 Comments

Color spaces of #ffdb25

RGB 25521937
HSL0.141.000.57
HSV50°85°100°
CMYK 0.000.140.85   0.00
XYZ66.905472.056612.1323
Yxy72.05660.44280.4769
Hunter Lab84.8862-7.861050.9463
CIE-Lab87.9958-3.478983.0627

#ffdb25 color RGB value is (255,219,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 00100101
Octal 377 333 45
Decimal 255 219 37
Hex FF DB 25

RGB Percentages of Color #ffdb25

%49.90
%42.86
%7.24

CMYK Percentages of Color #ffdb25

%0
%14
%85
%0

Triadic Colors of #ffdb25

#ffdb25 #25ffdb #db25ff

Analogous Colors of #ffdb25

#ffdb25 #b6ff25 #ff6e25

Monochromatic Colors of #ffdb25

#ffdb25

Complementary Color

#ffdb25 #2549ff

#ffdb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb25 Color CSS Codes

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

#ffdb25 Text Font Color

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

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


#ffdb25 Background Color

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

This div background color is #ffdb25


#ffdb25 Border Color

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

This div border color is #ffdb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb25

#ffdb25 Color Palettes


Comments

No comments written yet.

Please login to write comment.