Color Hex Logo

#bceea9 Color Hex

#BCEEA9
(188,238,169)
0 Favorites   0 Comments

Color spaces of #bceea9

RGB 188238169
HSL0.290.670.80
HSV103°29°93°
CMYK 0.210.000.29   0.07
XYZ58.475074.705048.8737
Yxy74.70500.32120.4103
Hunter Lab86.4321-30.493226.9764
CIE-Lab89.2546-28.430928.3406

#bceea9 color RGB value is (188,238,169).

#bceea9 hex color red value is 188, green value is 238 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bceea9 hue: 0.29 , saturation: 0.67 and the lightness value of bceea9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10101001
Octal 274 356 251
Decimal 188 238 169
Hex BC EE A9

RGB Percentages of Color #bceea9

%31.60
%40.00
%28.40

CMYK Percentages of Color #bceea9

%21
%0
%29
%7

Triadic Colors of #bceea9

#bceea9 #a9bcee #eea9bc

Analogous Colors of #bceea9

#bceea9 #a9eeb9 #dfeea9

Monochromatic Colors of #bceea9

#bceea9

Complementary Color

#bceea9 #dba9ee

#bceea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceea9 Color CSS Codes

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

#bceea9 Text Font Color

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

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


#bceea9 Background Color

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

This div background color is #bceea9


#bceea9 Border Color

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

This div border color is #bceea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceea9


Comments

No comments written yet.

Please login to write comment.