Color Hex Logo

#bce5af Color Hex

#BCE5AF
(188,229,175)
0 Favorites   0 Comments

Color spaces of #bce5af

RGB 188229175
HSL0.290.510.79
HSV106°24°90°
CMYK 0.180.000.24   0.10
XYZ56.496269.825151.0574
Yxy69.82510.31850.3936
Hunter Lab83.5614-25.547922.2658
CIE-Lab86.9110-23.181122.0524

#bce5af color RGB value is (188,229,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 10101111
Octal 274 345 257
Decimal 188 229 175
Hex BC E5 AF

RGB Percentages of Color #bce5af

%31.76
%38.68
%29.56

CMYK Percentages of Color #bce5af

%18
%0
%24
%10

Triadic Colors of #bce5af

#bce5af #afbce5 #e5afbc

Analogous Colors of #bce5af

#bce5af #afe5bd #d7e5af

Monochromatic Colors of #bce5af

#bce5af

Complementary Color

#bce5af #d8afe5

#bce5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5af Color CSS Codes

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

#bce5af Text Font Color

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

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


#bce5af Background Color

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

This div background color is #bce5af


#bce5af Border Color

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

This div border color is #bce5af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,229,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 #bce5af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5af


Comments

No comments written yet.

Please login to write comment.