Color Hex Logo

#bfeaf0 Color Hex

#BFEAF0
(191,234,240)
0 Favorites   0 Comments

Color spaces of #bfeaf0

RGB 191234240
HSL0.520.620.85
HSV187°20°94°
CMYK 0.200.030.00   0.06
XYZ66.636976.213393.6366
Yxy76.21330.28180.3223
Hunter Lab87.3002-16.5251-2.4832
CIE-Lab89.9583-12.5335-7.5051

#bfeaf0 color RGB value is (191,234,240).

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

The process color (four color CMYK) of #bfeaf0 color hex is 0.20, 0.03, 0.00, 0.06. Web safe color of #bfeaf0 is #ccffff. Color #bfeaf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11110000
Octal 277 352 360
Decimal 191 234 240
Hex BF EA F0

RGB Percentages of Color #bfeaf0

%28.72
%35.19
%36.09

CMYK Percentages of Color #bfeaf0

%20
%3
%0
%6

Triadic Colors of #bfeaf0

#bfeaf0 #f0bfea #eaf0bf

Analogous Colors of #bfeaf0

#bfeaf0 #bfd2f0 #bff0de

Monochromatic Colors of #bfeaf0

#bfeaf0

Complementary Color

#bfeaf0 #f0c5bf

#bfeaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeaf0 Color CSS Codes

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

#bfeaf0 Text Font Color

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

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


#bfeaf0 Background Color

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

This div background color is #bfeaf0


#bfeaf0 Border Color

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

This div border color is #bfeaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeaf0


Comments

No comments written yet.

Please login to write comment.