Color Hex Logo

#b0fdea Color Hex

#B0FDEA
(176,253,234)
0 Favorites   0 Comments

Color spaces of #b0fdea

RGB 176253234
HSL0.460.950.84
HSV165°30°99°
CMYK 0.300.000.08   0.01
XYZ67.881185.421290.7521
Yxy85.42120.27810.3500
Hunter Lab92.4236-30.64086.4788
CIE-Lab94.0643-27.48451.5476

#b0fdea color RGB value is (176,253,234).

#b0fdea hex color red value is 176, green value is 253 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b0fdea hue: 0.46 , saturation: 0.95 and the lightness value of b0fdea is 0.84.

The process color (four color CMYK) of #b0fdea color hex is 0.30, 0.00, 0.08, 0.01. Web safe color of #b0fdea is #99ffff. Color #b0fdea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111101 11101010
Octal 260 375 352
Decimal 176 253 234
Hex B0 FD EA

RGB Percentages of Color #b0fdea

%26.55
%38.16
%35.29

CMYK Percentages of Color #b0fdea

%30
%0
%8
%1

Triadic Colors of #b0fdea

#b0fdea #eab0fd #fdeab0

Analogous Colors of #b0fdea

#b0fdea #b0eafd #b0fdc4

Monochromatic Colors of #b0fdea

#b0fdea

Complementary Color

#b0fdea #fdb0c3

#b0fdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fdea Color CSS Codes

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

#b0fdea Text Font Color

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

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


#b0fdea Background Color

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

This div background color is #b0fdea


#b0fdea Border Color

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

This div border color is #b0fdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fdea

Related Colors


Comments

No comments written yet.

Please login to write comment.