Color Hex Logo

#bee2cf Color Hex

#BEE2CF
(190,226,207)
0 Favorites   0 Comments

Color spaces of #bee2cf

RGB 190226207
HSL0.410.380.82
HSV148°16°89°
CMYK 0.160.000.08   0.11
XYZ59.694069.844969.3667
Yxy69.84490.30010.3511
Hunter Lab83.5733-18.75579.2899
CIE-Lab86.9207-15.43635.3577

#bee2cf color RGB value is (190,226,207).

#bee2cf hex color red value is 190, green value is 226 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bee2cf hue: 0.41 , saturation: 0.38 and the lightness value of bee2cf is 0.82.

The process color (four color CMYK) of #bee2cf color hex is 0.16, 0.00, 0.08, 0.11. Web safe color of #bee2cf is #cccccc. Color #bee2cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100010 11001111
Octal 276 342 317
Decimal 190 226 207
Hex BE E2 CF

RGB Percentages of Color #bee2cf

%30.50
%36.28
%33.23

CMYK Percentages of Color #bee2cf

%16
%0
%8
%11

Triadic Colors of #bee2cf

#bee2cf #cfbee2 #e2cfbe

Analogous Colors of #bee2cf

#bee2cf #bee2e1 #bfe2be

Monochromatic Colors of #bee2cf

#bee2cf

Complementary Color

#bee2cf #e2bed1

#bee2cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee2cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee2cf Color CSS Codes

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

#bee2cf Text Font Color

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

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


#bee2cf Background Color

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

This div background color is #bee2cf


#bee2cf Border Color

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

This div border color is #bee2cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,226,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 #bee2cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee2cf


Comments

No comments written yet.

Please login to write comment.