Color Hex Logo

#ffc275 Color Hex

#FFC275
(255,194,117)
0 Favorites   0 Comments

Color spaces of #ffc275

RGB 255194117
HSL0.091.000.73
HSV33°54°100°
CMYK 0.000.240.54   0.00
XYZ63.742761.127925.2689
Yxy61.12790.42460.4071
Hunter Lab78.18438.706235.5667
CIE-Lab82.447513.314746.8313

#ffc275 color RGB value is (255,194,117).

#ffc275 hex color red value is 255, green value is 194 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ffc275 hue: 0.09 , saturation: 1.00 and the lightness value of ffc275 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 01110101
Octal 377 302 165
Decimal 255 194 117
Hex FF C2 75

RGB Percentages of Color #ffc275

%45.05
%34.28
%20.67

CMYK Percentages of Color #ffc275

%0
%24
%54
%0

Triadic Colors of #ffc275

#ffc275 #75ffc2 #c275ff

Analogous Colors of #ffc275

#ffc275 #f7ff75 #ff7d75

Monochromatic Colors of #ffc275

#ffc275

Complementary Color

#ffc275 #75b2ff

#ffc275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc275 Color CSS Codes

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

#ffc275 Text Font Color

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

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


#ffc275 Background Color

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

This div background color is #ffc275


#ffc275 Border Color

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

This div border color is #ffc275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc275

Related Colors


Comments

No comments written yet.

Please login to write comment.