Color Hex Logo

#bce161 Color Hex

#BCE161
(188,225,97)
0 Favorites   0 Comments

Color spaces of #bce161

RGB 18822597
HSL0.210.680.63
HSV77°57°88°
CMYK 0.160.000.57   0.12
XYZ49.821965.404921.3078
Yxy65.40490.36490.4790
Hunter Lab80.8733-31.563640.9901
CIE-Lab84.6919-30.869557.4915

#bce161 color RGB value is (188,225,97).

#bce161 hex color red value is 188, green value is 225 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bce161 hue: 0.21 , saturation: 0.68 and the lightness value of bce161 is 0.63.

The process color (four color CMYK) of #bce161 color hex is 0.16, 0.00, 0.57, 0.12. Web safe color of #bce161 is #cccc66. Color #bce161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01100001
Octal 274 341 141
Decimal 188 225 97
Hex BC E1 61

RGB Percentages of Color #bce161

%36.86
%44.12
%19.02

CMYK Percentages of Color #bce161

%16
%0
%57
%12

Triadic Colors of #bce161

#bce161 #61bce1 #e161bc

Analogous Colors of #bce161

#bce161 #7ce161 #e1c661

Monochromatic Colors of #bce161

#bce161

Complementary Color

#bce161 #8661e1

#bce161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce161 Color CSS Codes

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

#bce161 Text Font Color

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

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


#bce161 Background Color

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

This div background color is #bce161


#bce161 Border Color

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

This div border color is #bce161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce161


Comments

No comments written yet.

Please login to write comment.