Color Hex Logo

#b8cdee Color Hex

#B8CDEE
(184,205,238)
0 Favorites   0 Comments

Color spaces of #b8cdee

RGB 184205238
HSL0.600.610.83
HSV217°23°93°
CMYK 0.230.140.00   0.07
XYZ57.031160.026089.4692
Yxy60.02600.27610.2906
Hunter Lab77.4764-4.1884-14.2341
CIE-Lab81.8523-0.0538-18.6164

#b8cdee color RGB value is (184,205,238).

#b8cdee hex color red value is 184, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b8cdee hue: 0.60 , saturation: 0.61 and the lightness value of b8cdee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001101 11101110
Octal 270 315 356
Decimal 184 205 238
Hex B8 CD EE

RGB Percentages of Color #b8cdee

%29.35
%32.70
%37.96

CMYK Percentages of Color #b8cdee

%23
%14
%0
%7

Triadic Colors of #b8cdee

#b8cdee #eeb8cd #cdeeb8

Analogous Colors of #b8cdee

#b8cdee #beb8ee #b8e8ee

Monochromatic Colors of #b8cdee

#b8cdee

Complementary Color

#b8cdee #eed9b8

#b8cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cdee Color CSS Codes

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

#b8cdee Text Font Color

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

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


#b8cdee Background Color

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

This div background color is #b8cdee


#b8cdee Border Color

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

This div border color is #b8cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cdee


Comments

No comments written yet.

Please login to write comment.