Color Hex Logo

#b2dcee Color Hex

#B2DCEE
(178,220,238)
0 Favorites   0 Comments

Color spaces of #b2dcee

RGB 178220238
HSL0.550.640.82
HSV198°25°93°
CMYK 0.250.080.00   0.07
XYZ59.385966.824490.6574
Yxy66.82440.27380.3081
Hunter Lab81.7462-13.3815-8.5309
CIE-Lab85.4152-9.6848-13.2992

#b2dcee color RGB value is (178,220,238).

#b2dcee hex color red value is 178, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b2dcee hue: 0.55 , saturation: 0.64 and the lightness value of b2dcee is 0.82.

The process color (four color CMYK) of #b2dcee color hex is 0.25, 0.08, 0.00, 0.07. Web safe color of #b2dcee is #99ccff. Color #b2dcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011100 11101110
Octal 262 334 356
Decimal 178 220 238
Hex B2 DC EE

RGB Percentages of Color #b2dcee

%27.99
%34.59
%37.42

CMYK Percentages of Color #b2dcee

%25
%8
%0
%7

Triadic Colors of #b2dcee

#b2dcee #eeb2dc #dceeb2

Analogous Colors of #b2dcee

#b2dcee #b2beee #b2eee2

Monochromatic Colors of #b2dcee

#b2dcee

Complementary Color

#b2dcee #eec4b2

#b2dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dcee Color CSS Codes

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

#b2dcee Text Font Color

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

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


#b2dcee Background Color

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

This div background color is #b2dcee


#b2dcee Border Color

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

This div border color is #b2dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dcee


Comments

No comments written yet.

Please login to write comment.