Color Hex Logo

#bdeefe Color Hex

#BDEEFE
(189,238,254)
0 Favorites   0 Comments

Color spaces of #bdeefe

RGB 189238254
HSL0.540.970.87
HSV195°26°100°
CMYK 0.260.060.00   0.00
XYZ69.450279.1236105.3779
Yxy79.12360.27350.3116
Hunter Lab88.9514-16.2984-7.9729
CIE-Lab91.2902-12.1096-12.8474

#bdeefe color RGB value is (189,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101110 11111110
Octal 275 356 376
Decimal 189 238 254
Hex BD EE FE

RGB Percentages of Color #bdeefe

%27.75
%34.95
%37.30

CMYK Percentages of Color #bdeefe

%26
%6
%0
%0

Triadic Colors of #bdeefe

#bdeefe #febdee #eefebd

Analogous Colors of #bdeefe

#bdeefe #bdcefe #bdfeee

Monochromatic Colors of #bdeefe

#bdeefe

Complementary Color

#bdeefe #fecdbd

#bdeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeefe Color CSS Codes

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

#bdeefe Text Font Color

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

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


#bdeefe Background Color

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

This div background color is #bdeefe


#bdeefe Border Color

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

This div border color is #bdeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeefe


Comments

No comments written yet.

Please login to write comment.