Color Hex Logo

#bce990 Color Hex

#BCE990
(188,233,144)
0 Favorites   0 Comments

Color spaces of #bce990

RGB 188233144
HSL0.250.670.74
HSV90°38°91°
CMYK 0.190.000.38   0.09
XYZ54.912070.982837.1924
Yxy70.98280.33670.4352
Hunter Lab84.2513-31.099832.8026
CIE-Lab87.4767-29.585938.6013

#bce990 color RGB value is (188,233,144).

#bce990 hex color red value is 188, green value is 233 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bce990 hue: 0.25 , saturation: 0.67 and the lightness value of bce990 is 0.74.

The process color (four color CMYK) of #bce990 color hex is 0.19, 0.00, 0.38, 0.09. Web safe color of #bce990 is #ccff99. Color #bce990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101001 10010000
Octal 274 351 220
Decimal 188 233 144
Hex BC E9 90

RGB Percentages of Color #bce990

%33.27
%41.24
%25.49

CMYK Percentages of Color #bce990

%19
%0
%38
%9

Triadic Colors of #bce990

#bce990 #90bce9 #e990bc

Analogous Colors of #bce990

#bce990 #90e991 #e9e990

Monochromatic Colors of #bce990

#bce990

Complementary Color

#bce990 #bd90e9

#bce990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce990 Color CSS Codes

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

#bce990 Text Font Color

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

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


#bce990 Background Color

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

This div background color is #bce990


#bce990 Border Color

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

This div border color is #bce990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce990


Comments

No comments written yet.

Please login to write comment.