Color Hex Logo

#bdefff Color Hex

#BDEFFF
(189,239,255)
0 Favorites   0 Comments

Color spaces of #bdefff

RGB 189239255
HSL0.541.000.87
HSV195°26°100°
CMYK 0.260.060.00   0.00
XYZ69.902879.7718106.3210
Yxy79.77180.27310.3116
Hunter Lab89.3151-16.5976-8.0585
CIE-Lab91.5824-12.3928-12.9320

#bdefff color RGB value is (189,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11111111
Octal 275 357 377
Decimal 189 239 255
Hex BD EF FF

RGB Percentages of Color #bdefff

%27.67
%34.99
%37.34

CMYK Percentages of Color #bdefff

%26
%6
%0
%0

Triadic Colors of #bdefff

#bdefff #ffbdef #efffbd

Analogous Colors of #bdefff

#bdefff #bdceff #bdffee

Monochromatic Colors of #bdefff

#bdefff

Complementary Color

#bdefff #ffcdbd

#bdefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefff Color CSS Codes

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

#bdefff Text Font Color

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

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


#bdefff Background Color

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

This div background color is #bdefff


#bdefff Border Color

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

This div border color is #bdefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefff


Comments

No comments written yet.

Please login to write comment.