Color Hex Logo

#b8cefa Color Hex

#B8CEFA
(184,206,250)
0 Favorites   0 Comments

Color spaces of #b8cefa

RGB 184206250
HSL0.610.870.85
HSV220°26°98°
CMYK 0.260.180.00   0.02
XYZ59.093861.235199.1475
Yxy61.23510.26920.2790
Hunter Lab78.2529-2.1456-20.3443
CIE-Lab82.50502.1573-24.0160

#b8cefa color RGB value is (184,206,250).

#b8cefa hex color red value is 184, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b8cefa hue: 0.61 , saturation: 0.87 and the lightness value of b8cefa is 0.85.

The process color (four color CMYK) of #b8cefa color hex is 0.26, 0.18, 0.00, 0.02. Web safe color of #b8cefa is #ccccff. Color #b8cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001110 11111010
Octal 270 316 372
Decimal 184 206 250
Hex B8 CE FA

RGB Percentages of Color #b8cefa

%28.75
%32.19
%39.06

CMYK Percentages of Color #b8cefa

%26
%18
%0
%2

Triadic Colors of #b8cefa

#b8cefa #fab8ce #cefab8

Analogous Colors of #b8cefa

#b8cefa #c3b8fa #b8effa

Monochromatic Colors of #b8cefa

#b8cefa

Complementary Color

#b8cefa #fae4b8

#b8cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cefa Color CSS Codes

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

#b8cefa Text Font Color

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

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


#b8cefa Background Color

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

This div background color is #b8cefa


#b8cefa Border Color

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

This div border color is #b8cefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,206,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b8cefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cefa


Comments

No comments written yet.

Please login to write comment.