Color Hex Logo

#beeebf Color Hex

#BEEEBF
(190,238,191)
0 Favorites   0 Comments

Color spaces of #beeebf

RGB 190238191
HSL0.340.590.84
HSV121°20°93°
CMYK 0.200.000.20   0.07
XYZ61.213775.857860.7059
Yxy75.85780.30950.3836
Hunter Lab87.0964-26.964019.6425
CIE-Lab89.7933-24.214717.7932

#beeebf color RGB value is (190,238,191).

#beeebf hex color red value is 190, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #beeebf hue: 0.34 , saturation: 0.59 and the lightness value of beeebf is 0.84.

The process color (four color CMYK) of #beeebf color hex is 0.20, 0.00, 0.20, 0.07. Web safe color of #beeebf is #ccffcc. Color #beeebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 10111111
Octal 276 356 277
Decimal 190 238 191
Hex BE EE BF

RGB Percentages of Color #beeebf

%30.69
%38.45
%30.86

CMYK Percentages of Color #beeebf

%20
%0
%20
%7

Triadic Colors of #beeebf

#beeebf #bfbeee #eebfbe

Analogous Colors of #beeebf

#beeebf #beeed7 #d5eebe

Monochromatic Colors of #beeebf

#beeebf

Complementary Color

#beeebf #eebeed

#beeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeebf Color CSS Codes

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

#beeebf Text Font Color

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

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


#beeebf Background Color

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

This div background color is #beeebf


#beeebf Border Color

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

This div border color is #beeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeebf


Comments

No comments written yet.

Please login to write comment.