Color Hex Logo

#fdc27b Color Hex

#FDC27B
(253,194,123)
0 Favorites   0 Comments

Color spaces of #fdc27b

RGB 253194123
HSL0.090.970.74
HSV33°51°99°
CMYK 0.000.230.51   0.01
XYZ63.375060.896327.1528
Yxy60.89630.41850.4022
Hunter Lab78.03618.401033.9952
CIE-Lab82.323013.008143.6352

#fdc27b color RGB value is (253,194,123).

#fdc27b hex color red value is 253, green value is 194 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fdc27b hue: 0.09 , saturation: 0.97 and the lightness value of fdc27b is 0.74.

The process color (four color CMYK) of #fdc27b color hex is 0.00, 0.23, 0.51, 0.01. Web safe color of #fdc27b is #ffcc66. Color #fdc27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01111011
Octal 375 302 173
Decimal 253 194 123
Hex FD C2 7B

RGB Percentages of Color #fdc27b

%44.39
%34.04
%21.58

CMYK Percentages of Color #fdc27b

%0
%23
%51
%1

Triadic Colors of #fdc27b

#fdc27b #7bfdc2 #c27bfd

Analogous Colors of #fdc27b

#fdc27b #f7fd7b #fd817b

Monochromatic Colors of #fdc27b

#fdc27b

Complementary Color

#fdc27b #7bb6fd

#fdc27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc27b Color CSS Codes

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

#fdc27b Text Font Color

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

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


#fdc27b Background Color

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

This div background color is #fdc27b


#fdc27b Border Color

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

This div border color is #fdc27b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,194,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdc27b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdc27b;
  -webkit-box-shadow: 1px 1px 3px 2px #fdc27b;
  box-shadow:         1px 1px 3px 2px #fdc27b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,194,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc27b

Related Colors


Comments

No comments written yet.

Please login to write comment.