Color Hex Logo

#bee7c6 Color Hex

#BEE7C6
(190,231,198)
0 Favorites   0 Comments

Color spaces of #bee7c6

RGB 190231198
HSL0.370.460.83
HSV132°18°91°
CMYK 0.180.000.14   0.09
XYZ60.004272.176264.1949
Yxy72.17620.30560.3675
Hunter Lab84.9566-22.600814.6689
CIE-Lab88.0533-19.577711.6983

#bee7c6 color RGB value is (190,231,198).

#bee7c6 hex color red value is 190, green value is 231 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bee7c6 hue: 0.37 , saturation: 0.46 and the lightness value of bee7c6 is 0.83.

The process color (four color CMYK) of #bee7c6 color hex is 0.18, 0.00, 0.14, 0.09. Web safe color of #bee7c6 is #ccffcc. Color #bee7c6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 11000110
Octal 276 347 306
Decimal 190 231 198
Hex BE E7 C6

RGB Percentages of Color #bee7c6

%30.69
%37.32
%31.99

CMYK Percentages of Color #bee7c6

%18
%0
%14
%9

Triadic Colors of #bee7c6

#bee7c6 #c6bee7 #e7c6be

Analogous Colors of #bee7c6

#bee7c6 #bee7db #cbe7be

Monochromatic Colors of #bee7c6

#bee7c6

Complementary Color

#bee7c6 #e7bedf

#bee7c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee7c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee7c6 Color CSS Codes

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

#bee7c6 Text Font Color

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

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


#bee7c6 Background Color

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

This div background color is #bee7c6


#bee7c6 Border Color

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

This div border color is #bee7c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee7c6


Comments

No comments written yet.

Please login to write comment.