Color Hex Logo

#ffc134 Color Hex

#FFC134
(255,193,52)
0 Favorites   0 Comments

Color spaces of #ffc134

RGB 25519352
HSL0.121.000.60
HSV42°80°100°
CMYK 0.000.240.80   0.00
XYZ60.929859.647911.5507
Yxy59.64790.46110.4514
Hunter Lab77.23215.665945.1951
CIE-Lab81.646410.232573.6786

#ffc134 color RGB value is (255,193,52).

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

The process color (four color CMYK) of #ffc134 color hex is 0.00, 0.24, 0.80, 0.00. Web safe color of #ffc134 is #ffcc33. Color #ffc134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 00110100
Octal 377 301 64
Decimal 255 193 52
Hex FF C1 34

RGB Percentages of Color #ffc134

%51.00
%38.60
%10.40

CMYK Percentages of Color #ffc134

%0
%24
%80
%0

Triadic Colors of #ffc134

#ffc134 #34ffc1 #c134ff

Analogous Colors of #ffc134

#ffc134 #d8ff34 #ff5b34

Monochromatic Colors of #ffc134

#ffc134

Complementary Color

#ffc134 #3472ff

#ffc134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc134 Color CSS Codes

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

#ffc134 Text Font Color

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

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


#ffc134 Background Color

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

This div background color is #ffc134


#ffc134 Border Color

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

This div border color is #ffc134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc134


Comments

No comments written yet.

Please login to write comment.