Color Hex Logo

#b8fcd5 Color Hex

#B8FCD5
(184,252,213)
0 Favorites   0 Comments

Color spaces of #b8fcd5

RGB 184252213
HSL0.400.920.85
HSV146°27°99°
CMYK 0.270.000.15   0.01
XYZ66.587884.615375.7736
Yxy84.61530.29340.3728
Hunter Lab91.9866-31.762815.5507
CIE-Lab93.7171-28.844411.9325

#b8fcd5 color RGB value is (184,252,213).

#b8fcd5 hex color red value is 184, green value is 252 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b8fcd5 hue: 0.40 , saturation: 0.92 and the lightness value of b8fcd5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11111100 11010101
Octal 270 374 325
Decimal 184 252 213
Hex B8 FC D5

RGB Percentages of Color #b8fcd5

%28.35
%38.83
%32.82

CMYK Percentages of Color #b8fcd5

%27
%0
%15
%1

Triadic Colors of #b8fcd5

#b8fcd5 #d5b8fc #fcd5b8

Analogous Colors of #b8fcd5

#b8fcd5 #b8fcf7 #bdfcb8

Monochromatic Colors of #b8fcd5

#b8fcd5

Complementary Color

#b8fcd5 #fcb8df

#b8fcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8fcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8fcd5 Color CSS Codes

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

#b8fcd5 Text Font Color

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

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


#b8fcd5 Background Color

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

This div background color is #b8fcd5


#b8fcd5 Border Color

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

This div border color is #b8fcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8fcd5


Comments

No comments written yet.

Please login to write comment.