Color Hex Logo

#ffc34b Color Hex

#FFC34B
(255,195,75)
1 Favorites   0 Comments

Color spaces of #ffc34b

RGB 25519575
HSL0.111.000.65
HSV40°71°100°
CMYK 0.000.240.71   0.00
XYZ62.025160.798215.1228
Yxy60.79820.44960.4407
Hunter Lab77.97325.537743.0820
CIE-Lab82.270110.112165.8565

#ffc34b color RGB value is (255,195,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 01001011
Octal 377 303 113
Decimal 255 195 75
Hex FF C3 4B

RGB Percentages of Color #ffc34b

%48.57
%37.14
%14.29

CMYK Percentages of Color #ffc34b

%0
%24
%71
%0

Triadic Colors of #ffc34b

#ffc34b #4bffc3 #c34bff

Analogous Colors of #ffc34b

#ffc34b #e1ff4b #ff694b

Monochromatic Colors of #ffc34b

#ffc34b

Complementary Color

#ffc34b #4b87ff

#ffc34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc34b Color CSS Codes

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

#ffc34b Text Font Color

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

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


#ffc34b Background Color

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

This div background color is #ffc34b


#ffc34b Border Color

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

This div border color is #ffc34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc34b

Related Colors


Comments

No comments written yet.

Please login to write comment.