Color Hex Logo

#ffd38a Color Hex

#FFD38A
(255,211,138)
0 Favorites   0 Comments

Color spaces of #ffd38a

RGB 255211138
HSL0.101.000.77
HSV37°46°100°
CMYK 0.000.170.46   0.00
XYZ69.121769.683533.8519
Yxy69.68350.40030.4036
Hunter Lab83.47661.720434.3900
CIE-Lab86.84146.355141.8237

#ffd38a color RGB value is (255,211,138).

#ffd38a hex color red value is 255, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ffd38a hue: 0.10 , saturation: 1.00 and the lightness value of ffd38a is 0.77.

The process color (four color CMYK) of #ffd38a color hex is 0.00, 0.17, 0.46, 0.00. Web safe color of #ffd38a is #ffcc99. Color #ffd38a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 10001010
Octal 377 323 212
Decimal 255 211 138
Hex FF D3 8A

RGB Percentages of Color #ffd38a

%42.22
%34.93
%22.85

CMYK Percentages of Color #ffd38a

%0
%17
%46
%0

Triadic Colors of #ffd38a

#ffd38a #8affd3 #d38aff

Analogous Colors of #ffd38a

#ffd38a #f1ff8a #ff998a

Monochromatic Colors of #ffd38a

#ffd38a

Complementary Color

#ffd38a #8ab6ff

#ffd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd38a Color CSS Codes

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

#ffd38a Text Font Color

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

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


#ffd38a Background Color

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

This div background color is #ffd38a


#ffd38a Border Color

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

This div border color is #ffd38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd38a

Related Colors


Comments

No comments written yet.

Please login to write comment.