Color Hex Logo

#bdeaed Color Hex

#BDEAED
(189,234,237)
0 Favorites   0 Comments

Color spaces of #bdeaed

RGB 189234237
HSL0.510.570.84
HSV184°20°93°
CMYK 0.200.010.00   0.07
XYZ65.695175.778991.2850
Yxy75.77890.28220.3256
Hunter Lab87.0511-17.6302-1.2379
CIE-Lab89.7566-13.7667-6.2472

#bdeaed color RGB value is (189,234,237).

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

The process color (four color CMYK) of #bdeaed color hex is 0.20, 0.01, 0.00, 0.07. Web safe color of #bdeaed is #ccffff. Color #bdeaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11101101
Octal 275 352 355
Decimal 189 234 237
Hex BD EA ED

RGB Percentages of Color #bdeaed

%28.64
%35.45
%35.91

CMYK Percentages of Color #bdeaed

%20
%1
%0
%7

Triadic Colors of #bdeaed

#bdeaed #edbdea #eaedbd

Analogous Colors of #bdeaed

#bdeaed #bdd2ed #bdedd8

Monochromatic Colors of #bdeaed

#bdeaed

Complementary Color

#bdeaed #edc0bd

#bdeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaed Color CSS Codes

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

#bdeaed Text Font Color

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

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


#bdeaed Background Color

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

This div background color is #bdeaed


#bdeaed Border Color

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

This div border color is #bdeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaed


Comments

No comments written yet.

Please login to write comment.