Color Hex Logo

#bde7eb Color Hex

#BDE7EB
(189,231,235)
0 Favorites   0 Comments

Color spaces of #bde7eb

RGB 189231235
HSL0.510.530.83
HSV185°20°92°
CMYK 0.200.020.00   0.08
XYZ64.557673.968889.4721
Yxy73.96880.28310.3244
Hunter Lab86.0051-16.5224-1.4765
CIE-Lab88.9077-12.6742-6.4540

#bde7eb color RGB value is (189,231,235).

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

The process color (four color CMYK) of #bde7eb color hex is 0.20, 0.02, 0.00, 0.08. Web safe color of #bde7eb is #ccffff. Color #bde7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 11101011
Octal 275 347 353
Decimal 189 231 235
Hex BD E7 EB

RGB Percentages of Color #bde7eb

%28.85
%35.27
%35.88

CMYK Percentages of Color #bde7eb

%20
%2
%0
%8

Triadic Colors of #bde7eb

#bde7eb #ebbde7 #e7ebbd

Analogous Colors of #bde7eb

#bde7eb #bdd0eb #bdebd8

Monochromatic Colors of #bde7eb

#bde7eb

Complementary Color

#bde7eb #ebc1bd

#bde7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7eb Color CSS Codes

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

#bde7eb Text Font Color

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

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


#bde7eb Background Color

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

This div background color is #bde7eb


#bde7eb Border Color

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

This div border color is #bde7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7eb


Comments

No comments written yet.

Please login to write comment.