Color Hex Logo

#bbe165 Color Hex

#BBE165
(187,225,101)
0 Favorites   0 Comments

Color spaces of #bbe165

RGB 187225101
HSL0.220.670.64
HSV78°55°88°
CMYK 0.170.000.55   0.12
XYZ49.767765.354822.3036
Yxy65.35480.36210.4756
Hunter Lab80.8423-31.586940.2321
CIE-Lab84.6662-30.904955.6658

#bbe165 color RGB value is (187,225,101).

#bbe165 hex color red value is 187, green value is 225 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bbe165 hue: 0.22 , saturation: 0.67 and the lightness value of bbe165 is 0.64.

The process color (four color CMYK) of #bbe165 color hex is 0.17, 0.00, 0.55, 0.12. Web safe color of #bbe165 is #cccc66. Color #bbe165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100001 01100101
Octal 273 341 145
Decimal 187 225 101
Hex BB E1 65

RGB Percentages of Color #bbe165

%36.45
%43.86
%19.69

CMYK Percentages of Color #bbe165

%17
%0
%55
%12

Triadic Colors of #bbe165

#bbe165 #65bbe1 #e165bb

Analogous Colors of #bbe165

#bbe165 #7de165 #e1c965

Monochromatic Colors of #bbe165

#bbe165

Complementary Color

#bbe165 #8b65e1

#bbe165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe165 Color CSS Codes

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

#bbe165 Text Font Color

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

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


#bbe165 Background Color

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

This div background color is #bbe165


#bbe165 Border Color

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

This div border color is #bbe165


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,225,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 #bbe165">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe165


Comments

No comments written yet.

Please login to write comment.