Color Hex Logo

#b7efee Color Hex

#B7EFEE
(183,239,238)
0 Favorites   0 Comments

Color spaces of #b7efee

RGB 183239238
HSL0.500.640.83
HSV179°23°94°
CMYK 0.230.000.00   0.06
XYZ65.827677.973392.4698
Yxy77.97330.27860.3300
Hunter Lab88.3025-21.4615-0.2764
CIE-Lab90.7677-17.8280-5.3163

#b7efee color RGB value is (183,239,238).

#b7efee hex color red value is 183, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b7efee hue: 0.50 , saturation: 0.64 and the lightness value of b7efee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11101111 11101110
Octal 267 357 356
Decimal 183 239 238
Hex B7 EF EE

RGB Percentages of Color #b7efee

%27.73
%36.21
%36.06

CMYK Percentages of Color #b7efee

%23
%0
%0
%6

Triadic Colors of #b7efee

#b7efee #eeb7ef #efeeb7

Analogous Colors of #b7efee

#b7efee #b7d4ef #b7efd2

Monochromatic Colors of #b7efee

#b7efee

Complementary Color

#b7efee #efb7b8

#b7efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7efee Color CSS Codes

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

#b7efee Text Font Color

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

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


#b7efee Background Color

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

This div background color is #b7efee


#b7efee Border Color

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

This div border color is #b7efee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,239,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7efee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7efee;
  -webkit-box-shadow: 1px 1px 3px 2px #b7efee;
  box-shadow:         1px 1px 3px 2px #b7efee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,239,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7efee


Comments

No comments written yet.

Please login to write comment.