Color Hex Logo

#b7dfef Color Hex

#B7DFEF
(183,223,239)
0 Favorites   0 Comments

Color spaces of #b7dfef

RGB 183223239
HSL0.550.640.83
HSV197°23°94°
CMYK 0.230.070.00   0.06
XYZ61.496169.074691.7529
Yxy69.07460.27660.3107
Hunter Lab83.1111-13.3677-7.2771
CIE-Lab86.5410-9.5332-12.1130

#b7dfef color RGB value is (183,223,239).

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

The process color (four color CMYK) of #b7dfef color hex is 0.23, 0.07, 0.00, 0.06. Web safe color of #b7dfef is #ccccff. Color #b7dfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11011111 11101111
Octal 267 337 357
Decimal 183 223 239
Hex B7 DF EF

RGB Percentages of Color #b7dfef

%28.37
%34.57
%37.05

CMYK Percentages of Color #b7dfef

%23
%7
%0
%6

Triadic Colors of #b7dfef

#b7dfef #efb7df #dfefb7

Analogous Colors of #b7dfef

#b7dfef #b7c3ef #b7efe3

Monochromatic Colors of #b7dfef

#b7dfef

Complementary Color

#b7dfef #efc7b7

#b7dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7dfef Color CSS Codes

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

#b7dfef Text Font Color

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

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


#b7dfef Background Color

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

This div background color is #b7dfef


#b7dfef Border Color

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

This div border color is #b7dfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,223,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 #b7dfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7dfef


Comments

No comments written yet.

Please login to write comment.