Color Hex Logo

#bbce70 Color Hex

#BBCE70
(187,206,112)
0 Favorites   0 Comments

Color spaces of #bbce70

RGB 187206112
HSL0.200.490.62
HSV72°46°81°
CMYK 0.090.000.46   0.19
XYZ45.489555.877323.7171
Yxy55.87730.36370.4467
Hunter Lab74.7511-22.189033.5142
CIE-Lab79.5439-20.721544.3945

#bbce70 color RGB value is (187,206,112).

#bbce70 hex color red value is 187, green value is 206 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bbce70 hue: 0.20 , saturation: 0.49 and the lightness value of bbce70 is 0.62.

The process color (four color CMYK) of #bbce70 color hex is 0.09, 0.00, 0.46, 0.19. Web safe color of #bbce70 is #cccc66. Color #bbce70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001110 01110000
Octal 273 316 160
Decimal 187 206 112
Hex BB CE 70

RGB Percentages of Color #bbce70

%37.03
%40.79
%22.18

CMYK Percentages of Color #bbce70

%9
%0
%46
%19

Triadic Colors of #bbce70

#bbce70 #70bbce #ce70bb

Analogous Colors of #bbce70

#bbce70 #8cce70 #ceb270

Monochromatic Colors of #bbce70

#bbce70

Complementary Color

#bbce70 #8370ce

#bbce70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbce70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbce70 Color CSS Codes

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

#bbce70 Text Font Color

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

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


#bbce70 Background Color

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

This div background color is #bbce70


#bbce70 Border Color

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

This div border color is #bbce70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbce70


Comments

No comments written yet.

Please login to write comment.