Color Hex Logo

#bce166 Color Hex

#BCE166
(188,225,102)
0 Favorites   0 Comments

Color spaces of #bce166

RGB 188225102
HSL0.220.670.64
HSV78°55°88°
CMYK 0.160.000.55   0.12
XYZ50.062565.501122.5748
Yxy65.50110.36240.4742
Hunter Lab80.9327-31.217740.1150
CIE-Lab84.7413-30.434355.3193

#bce166 color RGB value is (188,225,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01100110
Octal 274 341 146
Decimal 188 225 102
Hex BC E1 66

RGB Percentages of Color #bce166

%36.50
%43.69
%19.81

CMYK Percentages of Color #bce166

%16
%0
%55
%12

Triadic Colors of #bce166

#bce166 #66bce1 #e166bc

Analogous Colors of #bce166

#bce166 #7fe166 #e1c966

Monochromatic Colors of #bce166

#bce166

Complementary Color

#bce166 #8b66e1

#bce166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce166 Color CSS Codes

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

#bce166 Text Font Color

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

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


#bce166 Background Color

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

This div background color is #bce166


#bce166 Border Color

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

This div border color is #bce166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce166


Comments

No comments written yet.

Please login to write comment.