Color Hex Logo

#bbeafd Color Hex

#BBEAFD
(187,234,253)
0 Favorites   0 Comments

Color spaces of #bbeafd

RGB 187234253
HSL0.550.940.86
HSV197°26°99°
CMYK 0.260.080.00   0.01
XYZ67.646076.5023104.1296
Yxy76.50230.27250.3081
Hunter Lab87.4656-15.0127-9.3601
CIE-Lab90.0920-10.8792-14.1289

#bbeafd color RGB value is (187,234,253).

#bbeafd hex color red value is 187, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bbeafd hue: 0.55 , saturation: 0.94 and the lightness value of bbeafd is 0.86.

The process color (four color CMYK) of #bbeafd color hex is 0.26, 0.08, 0.00, 0.01. Web safe color of #bbeafd is #ccffff. Color #bbeafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101010 11111101
Octal 273 352 375
Decimal 187 234 253
Hex BB EA FD

RGB Percentages of Color #bbeafd

%27.74
%34.72
%37.54

CMYK Percentages of Color #bbeafd

%26
%8
%0
%1

Triadic Colors of #bbeafd

#bbeafd #fdbbea #eafdbb

Analogous Colors of #bbeafd

#bbeafd #bbc9fd #bbfdef

Monochromatic Colors of #bbeafd

#bbeafd

Complementary Color

#bbeafd #fdcebb

#bbeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbeafd Color CSS Codes

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

#bbeafd Text Font Color

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

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


#bbeafd Background Color

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

This div background color is #bbeafd


#bbeafd Border Color

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

This div border color is #bbeafd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,234,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbeafd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbeafd;
  -webkit-box-shadow: 1px 1px 3px 2px #bbeafd;
  box-shadow:         1px 1px 3px 2px #bbeafd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,234,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbeafd


Comments

No comments written yet.

Please login to write comment.