Color Hex Logo

#bee7cf Color Hex

#BEE7CF
(190,231,207)
0 Favorites   0 Comments

Color spaces of #bee7cf

RGB 190231207
HSL0.400.460.83
HSV145°18°91°
CMYK 0.180.000.10   0.09
XYZ61.073672.604069.8265
Yxy72.60400.30010.3568
Hunter Lab85.2080-21.172511.0584
CIE-Lab88.2585-17.92907.2848

#bee7cf color RGB value is (190,231,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100111 11001111
Octal 276 347 317
Decimal 190 231 207
Hex BE E7 CF

RGB Percentages of Color #bee7cf

%30.25
%36.78
%32.96

CMYK Percentages of Color #bee7cf

%18
%0
%10
%9

Triadic Colors of #bee7cf

#bee7cf #cfbee7 #e7cfbe

Analogous Colors of #bee7cf

#bee7cf #bee7e4 #c2e7be

Monochromatic Colors of #bee7cf

#bee7cf

Complementary Color

#bee7cf #e7bed6

#bee7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee7cf Color CSS Codes

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

#bee7cf Text Font Color

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

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


#bee7cf Background Color

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

This div background color is #bee7cf


#bee7cf Border Color

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

This div border color is #bee7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee7cf


Comments

No comments written yet.

Please login to write comment.