Color Hex Logo

#b8edf7 Color Hex

#B8EDF7
(184,237,247)
0 Favorites   0 Comments

Color spaces of #b8edf7

RGB 184237247
HSL0.530.800.85
HSV190°26°97°
CMYK 0.260.040.00   0.03
XYZ66.839977.474199.4269
Yxy77.47410.27420.3179
Hunter Lab88.0194-18.4851-5.3606
CIE-Lab90.5394-14.5877-10.3455

#b8edf7 color RGB value is (184,237,247).

#b8edf7 hex color red value is 184, green value is 237 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #b8edf7 hue: 0.53 , saturation: 0.80 and the lightness value of b8edf7 is 0.85.

The process color (four color CMYK) of #b8edf7 color hex is 0.26, 0.04, 0.00, 0.03. Web safe color of #b8edf7 is #ccffff. Color #b8edf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101101 11110111
Octal 270 355 367
Decimal 184 237 247
Hex B8 ED F7

RGB Percentages of Color #b8edf7

%27.54
%35.48
%36.98

CMYK Percentages of Color #b8edf7

%26
%4
%0
%3

Triadic Colors of #b8edf7

#b8edf7 #f7b8ed #edf7b8

Analogous Colors of #b8edf7

#b8edf7 #b8cef7 #b8f7e2

Monochromatic Colors of #b8edf7

#b8edf7

Complementary Color

#b8edf7 #f7c2b8

#b8edf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8edf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8edf7 Color CSS Codes

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

#b8edf7 Text Font Color

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

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


#b8edf7 Background Color

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

This div background color is #b8edf7


#b8edf7 Border Color

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

This div border color is #b8edf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8edf7


Comments

No comments written yet.

Please login to write comment.