Color Hex Logo

#b7e6ef Color Hex

#B7E6EF
(183,230,239)
0 Favorites   0 Comments

Color spaces of #b7e6ef

RGB 183230239
HSL0.530.640.83
HSV190°23°94°
CMYK 0.230.040.00   0.06
XYZ63.405272.892992.3893
Yxy72.89290.27730.3187
Hunter Lab85.3773-16.8479-4.3953
CIE-Lab88.3966-13.1020-9.3494

#b7e6ef color RGB value is (183,230,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11100110 11101111
Octal 267 346 357
Decimal 183 230 239
Hex B7 E6 EF

RGB Percentages of Color #b7e6ef

%28.07
%35.28
%36.66

CMYK Percentages of Color #b7e6ef

%23
%4
%0
%6

Triadic Colors of #b7e6ef

#b7e6ef #efb7e6 #e6efb7

Analogous Colors of #b7e6ef

#b7e6ef #b7caef #b7efdc

Monochromatic Colors of #b7e6ef

#b7e6ef

Complementary Color

#b7e6ef #efc0b7

#b7e6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7e6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7e6ef Color CSS Codes

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

#b7e6ef Text Font Color

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

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


#b7e6ef Background Color

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

This div background color is #b7e6ef


#b7e6ef Border Color

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

This div border color is #b7e6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7e6ef


Comments

No comments written yet.

Please login to write comment.