Color Hex Logo

#bef7fe Color Hex

#BEF7FE
(190,247,254)
0 Favorites   0 Comments

Color spaces of #bef7fe

RGB 190247254
HSL0.520.970.87
HSV187°25°100°
CMYK 0.250.030.00   0.00
XYZ72.385484.6244106.2850
Yxy84.62440.27490.3214
Hunter Lab91.9915-20.5288-4.1083
CIE-Lab93.7210-16.3302-9.2223

#bef7fe color RGB value is (190,247,254).

#bef7fe hex color red value is 190, green value is 247 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bef7fe hue: 0.52 , saturation: 0.97 and the lightness value of bef7fe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110111 11111110
Octal 276 367 376
Decimal 190 247 254
Hex BE F7 FE

RGB Percentages of Color #bef7fe

%27.50
%35.75
%36.76

CMYK Percentages of Color #bef7fe

%25
%3
%0
%0

Triadic Colors of #bef7fe

#bef7fe #febef7 #f7febe

Analogous Colors of #bef7fe

#bef7fe #bed7fe #befee5

Monochromatic Colors of #bef7fe

#bef7fe

Complementary Color

#bef7fe #fec5be

#bef7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef7fe Color CSS Codes

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

#bef7fe Text Font Color

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

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


#bef7fe Background Color

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

This div background color is #bef7fe


#bef7fe Border Color

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

This div border color is #bef7fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,247,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bef7fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bef7fe;
  -webkit-box-shadow: 1px 1px 3px 2px #bef7fe;
  box-shadow:         1px 1px 3px 2px #bef7fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,247,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.