Color Hex Logo

#beeebe Color Hex

#BEEEBE
(190,238,190)
1 Favorites   0 Comments

Color spaces of #beeebe

RGB 190238190
HSL0.330.590.84
HSV120°20°93°
CMYK 0.200.000.20   0.07
XYZ61.104075.813960.1282
Yxy75.81390.31010.3848
Hunter Lab87.0712-27.108520.0063
CIE-Lab89.7729-24.384818.2818

#beeebe color RGB value is (190,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 10111110
Octal 276 356 276
Decimal 190 238 190
Hex BE EE BE

RGB Percentages of Color #beeebe

%30.74
%38.51
%30.74

CMYK Percentages of Color #beeebe

%20
%0
%20
%7

Triadic Colors of #beeebe

#beeebe #bebeee #eebebe

Analogous Colors of #beeebe

#beeebe #beeed6 #d6eebe

Monochromatic Colors of #beeebe

#beeebe

Complementary Color

#beeebe #eebeee

#beeebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeebe Color CSS Codes

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

#beeebe Text Font Color

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

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


#beeebe Background Color

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

This div background color is #beeebe


#beeebe Border Color

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

This div border color is #beeebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeebe


Comments

No comments written yet.

Please login to write comment.