Color Hex Logo

#bdeffd Color Hex

#BDEFFD
(189,239,253)
0 Favorites   0 Comments

Color spaces of #bdeffd

RGB 189239253
HSL0.540.940.87
HSV193°25°99°
CMYK 0.250.060.00   0.01
XYZ69.582479.6437104.6339
Yxy79.64370.27410.3137
Hunter Lab89.2433-17.0006-7.0446
CIE-Lab91.5248-12.8351-11.9763

#bdeffd color RGB value is (189,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11111101
Octal 275 357 375
Decimal 189 239 253
Hex BD EF FD

RGB Percentages of Color #bdeffd

%27.75
%35.10
%37.15

CMYK Percentages of Color #bdeffd

%25
%6
%0
%1

Triadic Colors of #bdeffd

#bdeffd #fdbdef #effdbd

Analogous Colors of #bdeffd

#bdeffd #bdcffd #bdfdeb

Monochromatic Colors of #bdeffd

#bdeffd

Complementary Color

#bdeffd #fdcbbd

#bdeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeffd Color CSS Codes

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

#bdeffd Text Font Color

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

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


#bdeffd Background Color

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

This div background color is #bdeffd


#bdeffd Border Color

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

This div border color is #bdeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeffd


Comments

No comments written yet.

Please login to write comment.