Color Hex Logo

#bce6af Color Hex

#BCE6AF
(188,230,175)
0 Favorites   0 Comments

Color spaces of #bce6af

RGB 188230175
HSL0.290.520.79
HSV106°24°90°
CMYK 0.180.000.24   0.10
XYZ56.773770.380151.1499
Yxy70.38010.31840.3947
Hunter Lab83.8928-26.014322.5756
CIE-Lab87.1830-23.666022.4275

#bce6af color RGB value is (188,230,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 10101111
Octal 274 346 257
Decimal 188 230 175
Hex BC E6 AF

RGB Percentages of Color #bce6af

%31.70
%38.79
%29.51

CMYK Percentages of Color #bce6af

%18
%0
%24
%10

Triadic Colors of #bce6af

#bce6af #afbce6 #e6afbc

Analogous Colors of #bce6af

#bce6af #afe6be #d8e6af

Monochromatic Colors of #bce6af

#bce6af

Complementary Color

#bce6af #d9afe6

#bce6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce6af Color CSS Codes

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

#bce6af Text Font Color

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

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


#bce6af Background Color

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

This div background color is #bce6af


#bce6af Border Color

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

This div border color is #bce6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce6af


Comments

No comments written yet.

Please login to write comment.