Color Hex Logo

#bfeaeb Color Hex

#BFEAEB
(191,234,235)
0 Favorites   0 Comments

Color spaces of #bfeaeb

RGB 191234235
HSL0.500.520.84
HSV181°19°92°
CMYK 0.190.000.00   0.08
XYZ65.904175.920289.7778
Yxy75.92020.28460.3278
Hunter Lab87.1322-17.4695-0.0977
CIE-Lab89.8223-13.5815-5.0903

#bfeaeb color RGB value is (191,234,235).

#bfeaeb hex color red value is 191, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfeaeb hue: 0.50 , saturation: 0.52 and the lightness value of bfeaeb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11101011
Octal 277 352 353
Decimal 191 234 235
Hex BF EA EB

RGB Percentages of Color #bfeaeb

%28.94
%35.45
%35.61

CMYK Percentages of Color #bfeaeb

%19
%0
%0
%8

Triadic Colors of #bfeaeb

#bfeaeb #ebbfea #eaebbf

Analogous Colors of #bfeaeb

#bfeaeb #bfd4eb #bfebd6

Monochromatic Colors of #bfeaeb

#bfeaeb

Complementary Color

#bfeaeb #ebc0bf

#bfeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeaeb Color CSS Codes

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

#bfeaeb Text Font Color

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

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


#bfeaeb Background Color

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

This div background color is #bfeaeb


#bfeaeb Border Color

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

This div border color is #bfeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeaeb


Comments

No comments written yet.

Please login to write comment.