Color Hex Logo

#b0edeb Color Hex

#B0EDEB
(176,237,235)
0 Favorites   0 Comments

Color spaces of #b0edeb

RGB 176237235
HSL0.490.630.81
HSV178°26°93°
CMYK 0.260.000.01   0.07
XYZ63.184175.796689.8973
Yxy75.79660.27610.3312
Hunter Lab87.0612-22.8120-0.2785
CIE-Lab89.7648-19.5079-5.2725

#b0edeb color RGB value is (176,237,235).

#b0edeb hex color red value is 176, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b0edeb hue: 0.49 , saturation: 0.63 and the lightness value of b0edeb is 0.81.

The process color (four color CMYK) of #b0edeb color hex is 0.26, 0.00, 0.01, 0.07. Web safe color of #b0edeb is #99ffff. Color #b0edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101101 11101011
Octal 260 355 353
Decimal 176 237 235
Hex B0 ED EB

RGB Percentages of Color #b0edeb

%27.16
%36.57
%36.27

CMYK Percentages of Color #b0edeb

%26
%0
%1
%7

Triadic Colors of #b0edeb

#b0edeb #ebb0ed #edebb0

Analogous Colors of #b0edeb

#b0edeb #b0d1ed #b0edcd

Monochromatic Colors of #b0edeb

#b0edeb

Complementary Color

#b0edeb #edb0b2

#b0edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0edeb Color CSS Codes

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

#b0edeb Text Font Color

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

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


#b0edeb Background Color

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

This div background color is #b0edeb


#b0edeb Border Color

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

This div border color is #b0edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0edeb


Comments

No comments written yet.

Please login to write comment.