Color Hex Logo

#bdeaee Color Hex

#BDEAEE
(189,234,238)
0 Favorites   0 Comments

Color spaces of #bdeaee

RGB 189234238
HSL0.510.590.84
HSV185°21°93°
CMYK 0.210.020.00   0.07
XYZ65.841775.837592.0568
Yxy75.83750.28170.3245
Hunter Lab87.0847-17.4407-1.7158
CIE-Lab89.7838-13.5556-6.7302

#bdeaee color RGB value is (189,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11101110
Octal 275 352 356
Decimal 189 234 238
Hex BD EA EE

RGB Percentages of Color #bdeaee

%28.59
%35.40
%36.01

CMYK Percentages of Color #bdeaee

%21
%2
%0
%7

Triadic Colors of #bdeaee

#bdeaee #eebdea #eaeebd

Analogous Colors of #bdeaee

#bdeaee #bdd2ee #bdeeda

Monochromatic Colors of #bdeaee

#bdeaee

Complementary Color

#bdeaee #eec1bd

#bdeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaee Color CSS Codes

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

#bdeaee Text Font Color

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

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


#bdeaee Background Color

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

This div background color is #bdeaee


#bdeaee Border Color

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

This div border color is #bdeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaee

#bdeaee Color Palettes


Comments

No comments written yet.

Please login to write comment.