Color Hex Logo

#bce6ae Color Hex

#BCE6AE
(188,230,174)
0 Favorites   0 Comments

Color spaces of #bce6ae

RGB 188230174
HSL0.290.530.79
HSV105°24°90°
CMYK 0.180.000.24   0.10
XYZ56.675870.341050.6344
Yxy70.34100.31900.3960
Hunter Lab83.8695-26.148322.9136
CIE-Lab87.1638-23.825822.9186

#bce6ae color RGB value is (188,230,174).

#bce6ae hex color red value is 188, green value is 230 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bce6ae hue: 0.29 , saturation: 0.53 and the lightness value of bce6ae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 10101110
Octal 274 346 256
Decimal 188 230 174
Hex BC E6 AE

RGB Percentages of Color #bce6ae

%31.76
%38.85
%29.39

CMYK Percentages of Color #bce6ae

%18
%0
%24
%10

Triadic Colors of #bce6ae

#bce6ae #aebce6 #e6aebc

Analogous Colors of #bce6ae

#bce6ae #aee6bc #d8e6ae

Monochromatic Colors of #bce6ae

#bce6ae

Complementary Color

#bce6ae #d8aee6

#bce6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6ae Color CSS Codes

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

#bce6ae Text Font Color

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

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


#bce6ae Background Color

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

This div background color is #bce6ae


#bce6ae Border Color

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

This div border color is #bce6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6ae


Comments

No comments written yet.

Please login to write comment.