Color Hex Logo

#beeeeb Color Hex

#BEEEEB
(190,238,235)
1 Favorites   1 Comments

Color spaces of #beeeeb

RGB 190238235
HSL0.490.590.84
HSV176°20°93°
CMYK 0.200.000.01   0.07
XYZ66.805178.094490.1500
Yxy78.09440.28420.3322
Hunter Lab88.3710-19.71021.3762
CIE-Lab90.8230-15.8872-3.6238

#beeeeb color RGB value is (190,238,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101110 11101011
Octal 276 356 353
Decimal 190 238 235
Hex BE EE EB

RGB Percentages of Color #beeeeb

%28.66
%35.90
%35.44

CMYK Percentages of Color #beeeeb

%20
%0
%1
%7

Triadic Colors of #beeeeb

#beeeeb #ebbeee #eeebbe

Analogous Colors of #beeeeb

#beeeeb #bed9ee #beeed3

Monochromatic Colors of #beeeeb

#beeeeb

Complementary Color

#beeeeb #eebec1

#beeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeeeb Color CSS Codes

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

#beeeeb Text Font Color

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

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


#beeeeb Background Color

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

This div background color is #beeeeb


#beeeeb Border Color

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

This div border color is #beeeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeeeb


Comments

2 Oct 2015, 17:00 Zugzwang

When The Sky Loses Color

Please login to write comment.