Color Hex Logo

#b2d2ef Color Hex

#B2D2EF
(178,210,239)
0 Favorites   0 Comments

Color spaces of #b2d2ef

RGB 178210239
HSL0.580.660.82
HSV209°26°94°
CMYK 0.260.120.00   0.06
XYZ56.986761.790290.5845
Yxy61.79020.27220.2951
Hunter Lab78.6067-8.1565-13.2996
CIE-Lab82.8017-4.2555-17.7547

#b2d2ef color RGB value is (178,210,239).

#b2d2ef hex color red value is 178, green value is 210 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b2d2ef hue: 0.58 , saturation: 0.66 and the lightness value of b2d2ef is 0.82.

The process color (four color CMYK) of #b2d2ef color hex is 0.26, 0.12, 0.00, 0.06. Web safe color of #b2d2ef is #99ccff. Color #b2d2ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11010010 11101111
Octal 262 322 357
Decimal 178 210 239
Hex B2 D2 EF

RGB Percentages of Color #b2d2ef

%28.39
%33.49
%38.12

CMYK Percentages of Color #b2d2ef

%26
%12
%0
%6

Triadic Colors of #b2d2ef

#b2d2ef #efb2d2 #d2efb2

Analogous Colors of #b2d2ef

#b2d2ef #b2b4ef #b2efee

Monochromatic Colors of #b2d2ef

#b2d2ef

Complementary Color

#b2d2ef #efcfb2

#b2d2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d2ef Color CSS Codes

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

#b2d2ef Text Font Color

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

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


#b2d2ef Background Color

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

This div background color is #b2d2ef


#b2d2ef Border Color

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

This div border color is #b2d2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d2ef


Comments

No comments written yet.

Please login to write comment.