Color Hex Logo

#bdedfd Color Hex

#BDEDFD
(189,237,253)
0 Favorites   0 Comments

Color spaces of #bdedfd

RGB 189237253
HSL0.540.940.87
HSV195°25°99°
CMYK 0.250.060.00   0.01
XYZ69.000178.4790104.4398
Yxy78.47900.27390.3115
Hunter Lab88.5884-15.9988-7.8871
CIE-Lab90.9980-11.8253-12.7623

#bdedfd color RGB value is (189,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11111101
Octal 275 355 375
Decimal 189 237 253
Hex BD ED FD

RGB Percentages of Color #bdedfd

%27.84
%34.90
%37.26

CMYK Percentages of Color #bdedfd

%25
%6
%0
%1

Triadic Colors of #bdedfd

#bdedfd #fdbded #edfdbd

Analogous Colors of #bdedfd

#bdedfd #bdcdfd #bdfded

Monochromatic Colors of #bdedfd

#bdedfd

Complementary Color

#bdedfd #fdcdbd

#bdedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedfd Color CSS Codes

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

#bdedfd Text Font Color

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

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


#bdedfd Background Color

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

This div background color is #bdedfd


#bdedfd Border Color

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

This div border color is #bdedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedfd

Related Colors

#bdedfd Color Palettes


Comments

No comments written yet.

Please login to write comment.