Color Hex Logo

#bde2fb Color Hex

#BDE2FB
(189,226,251)
0 Favorites   0 Comments

Color spaces of #bde2fb

RGB 189226251
HSL0.570.890.86
HSV204°25°98°
CMYK 0.250.100.00   0.02
XYZ65.595272.1766101.7410
Yxy72.17660.27390.3013
Hunter Lab84.9568-10.8545-11.5336
CIE-Lab88.0535-6.6501-16.1252

#bde2fb color RGB value is (189,226,251).

#bde2fb hex color red value is 189, green value is 226 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bde2fb hue: 0.57 , saturation: 0.89 and the lightness value of bde2fb is 0.86.

The process color (four color CMYK) of #bde2fb color hex is 0.25, 0.10, 0.00, 0.02. Web safe color of #bde2fb is #ccccff. Color #bde2fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 11111011
Octal 275 342 373
Decimal 189 226 251
Hex BD E2 FB

RGB Percentages of Color #bde2fb

%28.38
%33.93
%37.69

CMYK Percentages of Color #bde2fb

%25
%10
%0
%2

Triadic Colors of #bde2fb

#bde2fb #fbbde2 #e2fbbd

Analogous Colors of #bde2fb

#bde2fb #bdc3fb #bdfbf5

Monochromatic Colors of #bde2fb

#bde2fb

Complementary Color

#bde2fb #fbd6bd

#bde2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde2fb Color CSS Codes

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

#bde2fb Text Font Color

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

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


#bde2fb Background Color

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

This div background color is #bde2fb


#bde2fb Border Color

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

This div border color is #bde2fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,226,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde2fb


Comments

No comments written yet.

Please login to write comment.