Color Hex Logo

#bdeafe Color Hex

#BDEAFE
(189,234,254)
0 Favorites   0 Comments

Color spaces of #bdeafe

RGB 189234254
HSL0.550.970.87
HSV198°26°100°
CMYK 0.260.080.00   0.00
XYZ68.298576.8202104.9940
Yxy76.82020.27310.3071
Hunter Lab87.6471-14.2874-9.6715
CIE-Lab90.2388-10.0810-14.4196

#bdeafe color RGB value is (189,234,254).

#bdeafe hex color red value is 189, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bdeafe hue: 0.55 , saturation: 0.97 and the lightness value of bdeafe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11111110
Octal 275 352 376
Decimal 189 234 254
Hex BD EA FE

RGB Percentages of Color #bdeafe

%27.92
%34.56
%37.52

CMYK Percentages of Color #bdeafe

%26
%8
%0
%0

Triadic Colors of #bdeafe

#bdeafe #febdea #eafebd

Analogous Colors of #bdeafe

#bdeafe #bdcafe #bdfef2

Monochromatic Colors of #bdeafe

#bdeafe

Complementary Color

#bdeafe #fed1bd

#bdeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeafe Color CSS Codes

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

#bdeafe Text Font Color

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

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


#bdeafe Background Color

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

This div background color is #bdeafe


#bdeafe Border Color

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

This div border color is #bdeafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeafe


Comments

No comments written yet.

Please login to write comment.