Color Hex Logo

#ffdb38 Color Hex

#FFDB38
(255,219,56)
0 Favorites   0 Comments

Color spaces of #ffdb38

RGB 25521956
HSL0.141.000.61
HSV49°78°100°
CMYK 0.000.140.78   0.00
XYZ67.285372.208614.1327
Yxy72.20860.43800.4700
Hunter Lab84.9756-7.367749.6222
CIE-Lab88.0689-2.953678.1659

#ffdb38 color RGB value is (255,219,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 00111000
Octal 377 333 70
Decimal 255 219 56
Hex FF DB 38

RGB Percentages of Color #ffdb38

%48.11
%41.32
%10.57

CMYK Percentages of Color #ffdb38

%0
%14
%78
%0

Triadic Colors of #ffdb38

#ffdb38 #38ffdb #db38ff

Analogous Colors of #ffdb38

#ffdb38 #c0ff38 #ff7838

Monochromatic Colors of #ffdb38

#ffdb38

Complementary Color

#ffdb38 #385cff

#ffdb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb38 Color CSS Codes

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

#ffdb38 Text Font Color

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

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


#ffdb38 Background Color

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

This div background color is #ffdb38


#ffdb38 Border Color

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

This div border color is #ffdb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb38


Comments

No comments written yet.

Please login to write comment.