Color Hex Logo

#bce771 Color Hex

#BCE771
(188,231,113)
0 Favorites   0 Comments

Color spaces of #bce771

RGB 188231113
HSL0.230.710.67
HSV82°51°91°
CMYK 0.190.000.51   0.09
XYZ52.295669.035426.1917
Yxy69.03540.35450.4680
Hunter Lab83.0875-33.054739.4713
CIE-Lab86.5216-32.191152.3773

#bce771 color RGB value is (188,231,113).

#bce771 hex color red value is 188, green value is 231 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bce771 hue: 0.23 , saturation: 0.71 and the lightness value of bce771 is 0.67.

The process color (four color CMYK) of #bce771 color hex is 0.19, 0.00, 0.51, 0.09. Web safe color of #bce771 is #ccff66. Color #bce771 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 01110001
Octal 274 347 161
Decimal 188 231 113
Hex BC E7 71

RGB Percentages of Color #bce771

%35.34
%43.42
%21.24

CMYK Percentages of Color #bce771

%19
%0
%51
%9

Triadic Colors of #bce771

#bce771 #71bce7 #e771bc

Analogous Colors of #bce771

#bce771 #81e771 #e7d771

Monochromatic Colors of #bce771

#bce771

Complementary Color

#bce771 #9c71e7

#bce771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce771 Color CSS Codes

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

#bce771 Text Font Color

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

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


#bce771 Background Color

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

This div background color is #bce771


#bce771 Border Color

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

This div border color is #bce771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce771


Comments

No comments written yet.

Please login to write comment.