Color Hex Logo

#bceea4 Color Hex

#BCEEA4
(188,238,164)
0 Favorites   0 Comments

Color spaces of #bceea4

RGB 188238164
HSL0.280.690.79
HSV101°31°93°
CMYK 0.210.000.31   0.07
XYZ58.014474.520846.4482
Yxy74.52080.32410.4164
Hunter Lab86.3254-31.109828.5263
CIE-Lab89.1681-29.177230.7677

#bceea4 color RGB value is (188,238,164).

#bceea4 hex color red value is 188, green value is 238 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bceea4 hue: 0.28 , saturation: 0.69 and the lightness value of bceea4 is 0.79.

The process color (four color CMYK) of #bceea4 color hex is 0.21, 0.00, 0.31, 0.07. Web safe color of #bceea4 is #ccff99. Color #bceea4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10100100
Octal 274 356 244
Decimal 188 238 164
Hex BC EE A4

RGB Percentages of Color #bceea4

%31.86
%40.34
%27.80

CMYK Percentages of Color #bceea4

%21
%0
%31
%7

Triadic Colors of #bceea4

#bceea4 #a4bcee #eea4bc

Analogous Colors of #bceea4

#bceea4 #a4eeb1 #e1eea4

Monochromatic Colors of #bceea4

#bceea4

Complementary Color

#bceea4 #d6a4ee

#bceea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceea4 Color CSS Codes

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

#bceea4 Text Font Color

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

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


#bceea4 Background Color

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

This div background color is #bceea4


#bceea4 Border Color

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

This div border color is #bceea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceea4


Comments

No comments written yet.

Please login to write comment.