Color Hex Logo

#bde7fe Color Hex

#BDE7FE
(189,231,254)
0 Favorites   0 Comments

Color spaces of #bde7fe

RGB 189231254
HSL0.560.970.87
HSV201°26°100°
CMYK 0.260.090.00   0.00
XYZ67.451675.1264104.7117
Yxy75.12640.27280.3038
Hunter Lab86.6755-12.7719-10.9548
CIE-Lab89.4522-8.5491-15.5986

#bde7fe color RGB value is (189,231,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 11111110
Octal 275 347 376
Decimal 189 231 254
Hex BD E7 FE

RGB Percentages of Color #bde7fe

%28.04
%34.27
%37.69

CMYK Percentages of Color #bde7fe

%26
%9
%0
%0

Triadic Colors of #bde7fe

#bde7fe #febde7 #e7febd

Analogous Colors of #bde7fe

#bde7fe #bdc7fe #bdfef5

Monochromatic Colors of #bde7fe

#bde7fe

Complementary Color

#bde7fe #fed4bd

#bde7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7fe Color CSS Codes

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

#bde7fe Text Font Color

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

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


#bde7fe Background Color

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

This div background color is #bde7fe


#bde7fe Border Color

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

This div border color is #bde7fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,231,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 #bde7fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7fe


Comments

No comments written yet.

Please login to write comment.