Color Hex Logo

#bce6a1 Color Hex

#BCE6A1
(188,230,161)
0 Favorites   0 Comments

Color spaces of #bce6a1

RGB 188230161
HSL0.270.580.77
HSV97°30°90°
CMYK 0.180.000.30   0.10
XYZ55.468969.858244.2787
Yxy69.85820.32700.4119
Hunter Lab83.5812-27.805127.0969
CIE-Lab86.9273-25.814929.2858

#bce6a1 color RGB value is (188,230,161).

#bce6a1 hex color red value is 188, green value is 230 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #bce6a1 hue: 0.27 , saturation: 0.58 and the lightness value of bce6a1 is 0.77.

The process color (four color CMYK) of #bce6a1 color hex is 0.18, 0.00, 0.30, 0.10. Web safe color of #bce6a1 is #ccff99. Color #bce6a1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 10100001
Octal 274 346 241
Decimal 188 230 161
Hex BC E6 A1

RGB Percentages of Color #bce6a1

%32.47
%39.72
%27.81

CMYK Percentages of Color #bce6a1

%18
%0
%30
%10

Triadic Colors of #bce6a1

#bce6a1 #a1bce6 #e6a1bc

Analogous Colors of #bce6a1

#bce6a1 #a1e6a9 #dfe6a1

Monochromatic Colors of #bce6a1

#bce6a1

Complementary Color

#bce6a1 #cba1e6

#bce6a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6a1 Color CSS Codes

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

#bce6a1 Text Font Color

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

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


#bce6a1 Background Color

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

This div background color is #bce6a1


#bce6a1 Border Color

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

This div border color is #bce6a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6a1


Comments

No comments written yet.

Please login to write comment.