Color Hex Logo

#bde9ee Color Hex

#BDE9EE
(189,233,238)
0 Favorites   0 Comments

Color spaces of #bde9ee

RGB 189233238
HSL0.520.590.84
HSV186°21°93°
CMYK 0.210.020.00   0.07
XYZ65.557875.269791.9622
Yxy75.26970.28160.3233
Hunter Lab86.7581-16.9452-2.1158
CIE-Lab89.5192-13.0515-7.1217

#bde9ee color RGB value is (189,233,238).

#bde9ee hex color red value is 189, green value is 233 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bde9ee hue: 0.52 , saturation: 0.59 and the lightness value of bde9ee is 0.84.

The process color (four color CMYK) of #bde9ee color hex is 0.21, 0.02, 0.00, 0.07. Web safe color of #bde9ee is #ccffff. Color #bde9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101001 11101110
Octal 275 351 356
Decimal 189 233 238
Hex BD E9 EE

RGB Percentages of Color #bde9ee

%28.64
%35.30
%36.06

CMYK Percentages of Color #bde9ee

%21
%2
%0
%7

Triadic Colors of #bde9ee

#bde9ee #eebde9 #e9eebd

Analogous Colors of #bde9ee

#bde9ee #bdd1ee #bdeedb

Monochromatic Colors of #bde9ee

#bde9ee

Complementary Color

#bde9ee #eec2bd

#bde9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde9ee Color CSS Codes

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

#bde9ee Text Font Color

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

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


#bde9ee Background Color

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

This div background color is #bde9ee


#bde9ee Border Color

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

This div border color is #bde9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde9ee


Comments

No comments written yet.

Please login to write comment.