Color Hex Logo

#ffc14d Color Hex

#FFC14D
(255,193,77)
0 Favorites   0 Comments

Color spaces of #ffc14d

RGB 25519377
HSL0.111.000.65
HSV39°70°100°
CMYK 0.000.240.70   0.00
XYZ61.649559.935815.3407
Yxy59.93580.45020.4377
Hunter Lab77.41826.660842.4442
CIE-Lab81.803311.247264.5565

#ffc14d color RGB value is (255,193,77).

#ffc14d hex color red value is 255, green value is 193 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ffc14d hue: 0.11 , saturation: 1.00 and the lightness value of ffc14d is 0.65.

The process color (four color CMYK) of #ffc14d color hex is 0.00, 0.24, 0.70, 0.00. Web safe color of #ffc14d is #ffcc66. Color #ffc14d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 01001101
Octal 377 301 115
Decimal 255 193 77
Hex FF C1 4D

RGB Percentages of Color #ffc14d

%48.57
%36.76
%14.67

CMYK Percentages of Color #ffc14d

%0
%24
%70
%0

Triadic Colors of #ffc14d

#ffc14d #4dffc1 #c14dff

Analogous Colors of #ffc14d

#ffc14d #e4ff4d #ff684d

Monochromatic Colors of #ffc14d

#ffc14d

Complementary Color

#ffc14d #4d8bff

#ffc14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc14d Color CSS Codes

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

#ffc14d Text Font Color

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

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


#ffc14d Background Color

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

This div background color is #ffc14d


#ffc14d Border Color

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

This div border color is #ffc14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc14d


Comments

No comments written yet.

Please login to write comment.