Color Hex Logo

#b0cdee Color Hex

#B0CDEE
(176,205,238)
0 Favorites   0 Comments

Color spaces of #b0cdee

RGB 176205238
HSL0.590.650.81
HSV212°26°93°
CMYK 0.260.140.00   0.07
XYZ55.168459.065889.3821
Yxy59.06580.27090.2901
Hunter Lab76.8543-6.3621-15.1567
CIE-Lab81.3278-2.4349-19.4601

#b0cdee color RGB value is (176,205,238).

#b0cdee hex color red value is 176, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b0cdee hue: 0.59 , saturation: 0.65 and the lightness value of b0cdee is 0.81.

The process color (four color CMYK) of #b0cdee color hex is 0.26, 0.14, 0.00, 0.07. Web safe color of #b0cdee is #99ccff. Color #b0cdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001101 11101110
Octal 260 315 356
Decimal 176 205 238
Hex B0 CD EE

RGB Percentages of Color #b0cdee

%28.43
%33.12
%38.45

CMYK Percentages of Color #b0cdee

%26
%14
%0
%7

Triadic Colors of #b0cdee

#b0cdee #eeb0cd #cdeeb0

Analogous Colors of #b0cdee

#b0cdee #b2b0ee #b0ecee

Monochromatic Colors of #b0cdee

#b0cdee

Complementary Color

#b0cdee #eed1b0

#b0cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cdee Color CSS Codes

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

#b0cdee Text Font Color

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

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


#b0cdee Background Color

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

This div background color is #b0cdee


#b0cdee Border Color

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

This div border color is #b0cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cdee


Comments

No comments written yet.

Please login to write comment.