Color Hex Logo

#bbcea5 Color Hex

#BBCEA5
(187,206,165)
0 Favorites   0 Comments

Color spaces of #bbcea5

RGB 187206165
HSL0.240.290.73
HSV88°20°81°
CMYK 0.090.000.20   0.19
XYZ49.356457.424044.0799
Yxy57.42400.32720.3806
Hunter Lab75.7786-16.351318.5565
CIE-Lab80.4175-13.704618.2841

#bbcea5 color RGB value is (187,206,165).

#bbcea5 hex color red value is 187, green value is 206 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bbcea5 hue: 0.24 , saturation: 0.29 and the lightness value of bbcea5 is 0.73.

The process color (four color CMYK) of #bbcea5 color hex is 0.09, 0.00, 0.20, 0.19. Web safe color of #bbcea5 is #cccc99. Color #bbcea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 10100101
Octal 273 316 245
Decimal 187 206 165
Hex BB CE A5

RGB Percentages of Color #bbcea5

%33.51
%36.92
%29.57

CMYK Percentages of Color #bbcea5

%9
%0
%20
%19

Triadic Colors of #bbcea5

#bbcea5 #a5bbce #cea5bb

Analogous Colors of #bbcea5

#bbcea5 #a7cea5 #cecda5

Monochromatic Colors of #bbcea5

#bbcea5

Complementary Color

#bbcea5 #b8a5ce

#bbcea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcea5 Color CSS Codes

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

#bbcea5 Text Font Color

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

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


#bbcea5 Background Color

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

This div background color is #bbcea5


#bbcea5 Border Color

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

This div border color is #bbcea5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,206,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcea5


Comments

No comments written yet.

Please login to write comment.