Color Hex Logo

#ffbc62 Color Hex

#FFBC62
(255,188,98)
0 Favorites   0 Comments

Color spaces of #ffbc62

RGB 25518898
HSL0.101.000.69
HSV34°62°100°
CMYK 0.000.260.62   0.00
XYZ61.427858.108319.5337
Yxy58.10830.44170.4178
Hunter Lab76.228810.441138.1670
CIE-Lab80.799015.056754.0959

#ffbc62 color RGB value is (255,188,98).

#ffbc62 hex color red value is 255, green value is 188 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ffbc62 hue: 0.10 , saturation: 1.00 and the lightness value of ffbc62 is 0.69.

The process color (four color CMYK) of #ffbc62 color hex is 0.00, 0.26, 0.62, 0.00. Web safe color of #ffbc62 is #ffcc66. Color #ffbc62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 01100010
Octal 377 274 142
Decimal 255 188 98
Hex FF BC 62

RGB Percentages of Color #ffbc62

%47.13
%34.75
%18.11

CMYK Percentages of Color #ffbc62

%0
%26
%62
%0

Triadic Colors of #ffbc62

#ffbc62 #62ffbc #bc62ff

Analogous Colors of #ffbc62

#ffbc62 #f4ff62 #ff6e62

Monochromatic Colors of #ffbc62

#ffbc62

Complementary Color

#ffbc62 #62a5ff

#ffbc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc62 Color CSS Codes

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

#ffbc62 Text Font Color

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

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


#ffbc62 Background Color

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

This div background color is #ffbc62


#ffbc62 Border Color

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

This div border color is #ffbc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc62


Comments

No comments written yet.

Please login to write comment.