Color Hex Logo

#b2eaeb Color Hex

#B2EAEB
(178,234,235)
0 Favorites   0 Comments

Color spaces of #b2eaeb

RGB 178234235
HSL0.500.590.81
HSV181°24°92°
CMYK 0.240.000.00   0.08
XYZ62.778374.308889.6315
Yxy74.30880.27690.3278
Hunter Lab86.2026-20.8592-1.3066
CIE-Lab89.0682-17.4416-6.2884

#b2eaeb color RGB value is (178,234,235).

#b2eaeb hex color red value is 178, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b2eaeb hue: 0.50 , saturation: 0.59 and the lightness value of b2eaeb is 0.81.

The process color (four color CMYK) of #b2eaeb color hex is 0.24, 0.00, 0.00, 0.08. Web safe color of #b2eaeb is #99ffff. Color #b2eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 11101011
Octal 262 352 353
Decimal 178 234 235
Hex B2 EA EB

RGB Percentages of Color #b2eaeb

%27.51
%36.17
%36.32

CMYK Percentages of Color #b2eaeb

%24
%0
%0
%8

Triadic Colors of #b2eaeb

#b2eaeb #ebb2ea #eaebb2

Analogous Colors of #b2eaeb

#b2eaeb #b2ceeb #b2ebd0

Monochromatic Colors of #b2eaeb

#b2eaeb

Complementary Color

#b2eaeb #ebb3b2

#b2eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2eaeb Color CSS Codes

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

#b2eaeb Text Font Color

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

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


#b2eaeb Background Color

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

This div background color is #b2eaeb


#b2eaeb Border Color

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

This div border color is #b2eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2eaeb


Comments

No comments written yet.

Please login to write comment.