Color Hex Logo

#bee1c0 Color Hex

#BEE1C0
(190,225,192)
0 Favorites   0 Comments

Color spaces of #bee1c0

RGB 190225192
HSL0.340.370.81
HSV123°16°88°
CMYK 0.160.000.15   0.12
XYZ57.674868.603360.0712
Yxy68.60330.30950.3681
Hunter Lab82.8271-20.653014.9783
CIE-Lab86.3072-17.675312.3585

#bee1c0 color RGB value is (190,225,192).

#bee1c0 hex color red value is 190, green value is 225 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #bee1c0 hue: 0.34 , saturation: 0.37 and the lightness value of bee1c0 is 0.81.

The process color (four color CMYK) of #bee1c0 color hex is 0.16, 0.00, 0.15, 0.12. Web safe color of #bee1c0 is #cccccc. Color #bee1c0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100001 11000000
Octal 276 341 300
Decimal 190 225 192
Hex BE E1 C0

RGB Percentages of Color #bee1c0

%31.30
%37.07
%31.63

CMYK Percentages of Color #bee1c0

%16
%0
%15
%12

Triadic Colors of #bee1c0

#bee1c0 #c0bee1 #e1c0be

Analogous Colors of #bee1c0

#bee1c0 #bee1d2 #cee1be

Monochromatic Colors of #bee1c0

#bee1c0

Complementary Color

#bee1c0 #e1bedf

#bee1c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee1c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee1c0 Color CSS Codes

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

#bee1c0 Text Font Color

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

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


#bee1c0 Background Color

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

This div background color is #bee1c0


#bee1c0 Border Color

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

This div border color is #bee1c0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,225,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bee1c0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bee1c0;
  -webkit-box-shadow: 1px 1px 3px 2px #bee1c0;
  box-shadow:         1px 1px 3px 2px #bee1c0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,225,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee1c0


Comments

No comments written yet.

Please login to write comment.