Color Hex Logo

#bde1eb Color Hex

#BDE1EB
(189,225,235)
0 Favorites   0 Comments

Color spaces of #bde1eb

RGB 189225235
HSL0.540.530.83
HSV193°20°92°
CMYK 0.200.040.00   0.08
XYZ62.906970.667488.9219
Yxy70.66740.28270.3176
Hunter Lab84.0639-13.5363-3.8716
CIE-Lab87.3232-9.6226-8.8012

#bde1eb color RGB value is (189,225,235).

#bde1eb hex color red value is 189, green value is 225 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bde1eb hue: 0.54 , saturation: 0.53 and the lightness value of bde1eb is 0.83.

The process color (four color CMYK) of #bde1eb color hex is 0.20, 0.04, 0.00, 0.08. Web safe color of #bde1eb is #ccccff. Color #bde1eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 11101011
Octal 275 341 353
Decimal 189 225 235
Hex BD E1 EB

RGB Percentages of Color #bde1eb

%29.12
%34.67
%36.21

CMYK Percentages of Color #bde1eb

%20
%4
%0
%8

Triadic Colors of #bde1eb

#bde1eb #ebbde1 #e1ebbd

Analogous Colors of #bde1eb

#bde1eb #bdcaeb #bdebde

Monochromatic Colors of #bde1eb

#bde1eb

Complementary Color

#bde1eb #ebc7bd

#bde1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde1eb Color CSS Codes

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

#bde1eb Text Font Color

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

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


#bde1eb Background Color

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

This div background color is #bde1eb


#bde1eb Border Color

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

This div border color is #bde1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde1eb


Comments

No comments written yet.

Please login to write comment.