Color Hex Logo

#ffc186 Color Hex

#FFC186
(255,193,134)
0 Favorites   0 Comments

Color spaces of #ffc186

RGB 255193134
HSL0.081.000.76
HSV29°47°100°
CMYK 0.000.240.47   0.00
XYZ64.613061.121230.9463
Yxy61.12120.41240.3901
Hunter Lab78.180010.708731.2571
CIE-Lab82.443915.313038.2347

#ffc186 color RGB value is (255,193,134).

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

The process color (four color CMYK) of #ffc186 color hex is 0.00, 0.24, 0.47, 0.00. Web safe color of #ffc186 is #ffcc99. Color #ffc186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 10000110
Octal 377 301 206
Decimal 255 193 134
Hex FF C1 86

RGB Percentages of Color #ffc186

%43.81
%33.16
%23.02

CMYK Percentages of Color #ffc186

%0
%24
%47
%0

Triadic Colors of #ffc186

#ffc186 #86ffc1 #c186ff

Analogous Colors of #ffc186

#ffc186 #fffe86 #ff8688

Monochromatic Colors of #ffc186

#ffc186

Complementary Color

#ffc186 #86c4ff

#ffc186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc186 Color CSS Codes

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

#ffc186 Text Font Color

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

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


#ffc186 Background Color

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

This div background color is #ffc186


#ffc186 Border Color

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

This div border color is #ffc186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc186

#ffc186 Color Palettes


Comments

No comments written yet.

Please login to write comment.