Color Hex Logo

#bdebfd Color Hex

#BDEBFD
(189,235,253)
0 Favorites   0 Comments

Color spaces of #bdebfd

RGB 189235253
HSL0.550.940.87
HSV197°25°99°
CMYK 0.250.070.00   0.01
XYZ68.424277.3273104.2478
Yxy77.32730.27370.3093
Hunter Lab87.9359-14.9945-8.7330
CIE-Lab90.4720-10.8118-13.5482

#bdebfd color RGB value is (189,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101011 11111101
Octal 275 353 375
Decimal 189 235 253
Hex BD EB FD

RGB Percentages of Color #bdebfd

%27.92
%34.71
%37.37

CMYK Percentages of Color #bdebfd

%25
%7
%0
%1

Triadic Colors of #bdebfd

#bdebfd #fdbdeb #ebfdbd

Analogous Colors of #bdebfd

#bdebfd #bdcbfd #bdfdef

Monochromatic Colors of #bdebfd

#bdebfd

Complementary Color

#bdebfd #fdcfbd

#bdebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdebfd Color CSS Codes

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

#bdebfd Text Font Color

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

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


#bdebfd Background Color

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

This div background color is #bdebfd


#bdebfd Border Color

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

This div border color is #bdebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.