Color Hex Logo

#bedcfd Color Hex

#BEDCFD
(190,220,253)
0 Favorites   0 Comments

Color spaces of #bedcfd

RGB 190220253
HSL0.590.940.87
HSV211°25°99°
CMYK 0.250.130.00   0.01
XYZ64.558069.2254102.8878
Yxy69.22540.27280.2925
Hunter Lab83.2018-7.1013-15.0771
CIE-Lab86.6155-2.7932-19.3364

#bedcfd color RGB value is (190,220,253).

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

The process color (four color CMYK) of #bedcfd color hex is 0.25, 0.13, 0.00, 0.01. Web safe color of #bedcfd is #ccccff. Color #bedcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11111101
Octal 276 334 375
Decimal 190 220 253
Hex BE DC FD

RGB Percentages of Color #bedcfd

%28.66
%33.18
%38.16

CMYK Percentages of Color #bedcfd

%25
%13
%0
%1

Triadic Colors of #bedcfd

#bedcfd #fdbedc #dcfdbe

Analogous Colors of #bedcfd

#bedcfd #c0befd #befcfd

Monochromatic Colors of #bedcfd

#bedcfd

Complementary Color

#bedcfd #fddfbe

#bedcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcfd Color CSS Codes

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

#bedcfd Text Font Color

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

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


#bedcfd Background Color

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

This div background color is #bedcfd


#bedcfd Border Color

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

This div border color is #bedcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcfd

#bedcfd Color Palettes


Comments

No comments written yet.

Please login to write comment.