Color Hex Logo

#bdebfe Color Hex

#BDEBFE
(189,235,254)
0 Favorites   0 Comments

Color spaces of #bdebfe

RGB 189235254
HSL0.550.970.87
HSV198°26°100°
CMYK 0.260.070.00   0.00
XYZ68.584077.3912105.0892
Yxy77.39120.27320.3083
Hunter Lab87.9723-14.7912-9.2456
CIE-Lab90.5014-10.5896-14.0266

#bdebfe color RGB value is (189,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11111110
Octal 275 353 376
Decimal 189 235 254
Hex BD EB FE

RGB Percentages of Color #bdebfe

%27.88
%34.66
%37.46

CMYK Percentages of Color #bdebfe

%26
%7
%0
%0

Triadic Colors of #bdebfe

#bdebfe #febdeb #ebfebd

Analogous Colors of #bdebfe

#bdebfe #bdcbfe #bdfef1

Monochromatic Colors of #bdebfe

#bdebfe

Complementary Color

#bdebfe #fed0bd

#bdebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebfe Color CSS Codes

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

#bdebfe Text Font Color

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

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


#bdebfe Background Color

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

This div background color is #bdebfe


#bdebfe Border Color

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

This div border color is #bdebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebfe

Related Colors


Comments

No comments written yet.

Please login to write comment.