Color Hex Logo

#b8edf0 Color Hex

#B8EDF0
(184,237,240)
0 Favorites   0 Comments

Color spaces of #b8edf0

RGB 184237240
HSL0.510.650.83
HSV183°23°94°
CMYK 0.230.010.00   0.06
XYZ65.779577.050093.8433
Yxy77.05000.27790.3256
Hunter Lab87.7781-19.8467-1.9420
CIE-Lab90.3446-16.1121-6.9789

#b8edf0 color RGB value is (184,237,240).

#b8edf0 hex color red value is 184, green value is 237 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #b8edf0 hue: 0.51 , saturation: 0.65 and the lightness value of b8edf0 is 0.83.

The process color (four color CMYK) of #b8edf0 color hex is 0.23, 0.01, 0.00, 0.06. Web safe color of #b8edf0 is #ccffff. Color #b8edf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101101 11110000
Octal 270 355 360
Decimal 184 237 240
Hex B8 ED F0

RGB Percentages of Color #b8edf0

%27.84
%35.85
%36.31

CMYK Percentages of Color #b8edf0

%23
%1
%0
%6

Triadic Colors of #b8edf0

#b8edf0 #f0b8ed #edf0b8

Analogous Colors of #b8edf0

#b8edf0 #b8d1f0 #b8f0d7

Monochromatic Colors of #b8edf0

#b8edf0

Complementary Color

#b8edf0 #f0bbb8

#b8edf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8edf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8edf0 Color CSS Codes

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

#b8edf0 Text Font Color

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

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


#b8edf0 Background Color

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

This div background color is #b8edf0


#b8edf0 Border Color

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

This div border color is #b8edf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8edf0


Comments

No comments written yet.

Please login to write comment.