Color Hex Logo

#b8fdda Color Hex

#B8FDDA
(184,253,218)
0 Favorites   0 Comments

Color spaces of #b8fdda

RGB 184253218
HSL0.420.950.86
HSV150°27°99°
CMYK 0.270.000.14   0.01
XYZ67.547385.502979.2732
Yxy85.50290.29070.3680
Hunter Lab92.4678-31.425213.8978
CIE-Lab94.0994-28.36959.9041

#b8fdda color RGB value is (184,253,218).

#b8fdda hex color red value is 184, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b8fdda hue: 0.42 , saturation: 0.95 and the lightness value of b8fdda is 0.86.

The process color (four color CMYK) of #b8fdda color hex is 0.27, 0.00, 0.14, 0.01. Web safe color of #b8fdda is #ccffcc. Color #b8fdda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111101 11011010
Octal 270 375 332
Decimal 184 253 218
Hex B8 FD DA

RGB Percentages of Color #b8fdda

%28.09
%38.63
%33.28

CMYK Percentages of Color #b8fdda

%27
%0
%14
%1

Triadic Colors of #b8fdda

#b8fdda #dab8fd #fddab8

Analogous Colors of #b8fdda

#b8fdda #b8fdfd #b9fdb8

Monochromatic Colors of #b8fdda

#b8fdda

Complementary Color

#b8fdda #fdb8db

#b8fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fdda Color CSS Codes

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

#b8fdda Text Font Color

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

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


#b8fdda Background Color

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

This div background color is #b8fdda


#b8fdda Border Color

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

This div border color is #b8fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fdda

Related Colors


Comments

No comments written yet.

Please login to write comment.