Color Hex Logo

#bcffae Color Hex

#BCFFAE
(188,255,174)
0 Favorites   0 Comments

Color spaces of #bcffae

RGB 188255174
HSL0.301.000.84
HSV110°32°100°
CMYK 0.260.000.32   0.00
XYZ64.139085.267453.1222
Yxy85.26740.31670.4210
Hunter Lab92.3403-37.610730.5295
CIE-Lab93.9982-35.568032.2048

#bcffae color RGB value is (188,255,174).

#bcffae hex color red value is 188, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bcffae hue: 0.30 , saturation: 1.00 and the lightness value of bcffae is 0.84.

The process color (four color CMYK) of #bcffae color hex is 0.26, 0.00, 0.32, 0.00. Web safe color of #bcffae is #ccff99. Color #bcffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 10101110
Octal 274 377 256
Decimal 188 255 174
Hex BC FF AE

RGB Percentages of Color #bcffae

%30.47
%41.33
%28.20

CMYK Percentages of Color #bcffae

%26
%0
%32
%0

Triadic Colors of #bcffae

#bcffae #aebcff #ffaebc

Analogous Colors of #bcffae

#bcffae #aeffc9 #e5ffae

Monochromatic Colors of #bcffae

#bcffae

Complementary Color

#bcffae #f1aeff

#bcffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcffae Color CSS Codes

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

#bcffae Text Font Color

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

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


#bcffae Background Color

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

This div background color is #bcffae


#bcffae Border Color

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

This div border color is #bcffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcffae

Related Colors


Comments

No comments written yet.

Please login to write comment.