Color Hex Logo

#ffbc65 Color Hex

#FFBC65
(255,188,101)
0 Favorites   0 Comments

Color spaces of #ffbc65

RGB 255188101
HSL0.091.000.70
HSV34°60°100°
CMYK 0.000.260.60   0.00
XYZ61.572258.166020.2939
Yxy58.16600.43970.4154
Hunter Lab76.266610.641537.6101
CIE-Lab80.831015.257152.7064

#ffbc65 color RGB value is (255,188,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 01100101
Octal 377 274 145
Decimal 255 188 101
Hex FF BC 65

RGB Percentages of Color #ffbc65

%46.88
%34.56
%18.57

CMYK Percentages of Color #ffbc65

%0
%26
%60
%0

Triadic Colors of #ffbc65

#ffbc65 #65ffbc #bc65ff

Analogous Colors of #ffbc65

#ffbc65 #f5ff65 #ff6f65

Monochromatic Colors of #ffbc65

#ffbc65

Complementary Color

#ffbc65 #65a8ff

#ffbc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc65 Color CSS Codes

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

#ffbc65 Text Font Color

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

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


#ffbc65 Background Color

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

This div background color is #ffbc65


#ffbc65 Border Color

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

This div border color is #ffbc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc65

Related Colors


Comments

No comments written yet.

Please login to write comment.