Color Hex Logo

#bedfed Color Hex

#BEDFED
(190,223,237)
0 Favorites   0 Comments

Color spaces of #bedfed

RGB 190223237
HSL0.550.570.84
HSV198°20°93°
CMYK 0.200.060.00   0.07
XYZ62.908969.836990.2850
Yxy69.83690.28210.3131
Hunter Lab83.5685-11.8731-5.5573
CIE-Lab86.9168-7.8665-10.4522

#bedfed color RGB value is (190,223,237).

#bedfed hex color red value is 190, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bedfed hue: 0.55 , saturation: 0.57 and the lightness value of bedfed is 0.84.

The process color (four color CMYK) of #bedfed color hex is 0.20, 0.06, 0.00, 0.07. Web safe color of #bedfed is #ccccff. Color #bedfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11101101
Octal 276 337 355
Decimal 190 223 237
Hex BE DF ED

RGB Percentages of Color #bedfed

%29.23
%34.31
%36.46

CMYK Percentages of Color #bedfed

%20
%6
%0
%7

Triadic Colors of #bedfed

#bedfed #edbedf #dfedbe

Analogous Colors of #bedfed

#bedfed #bec8ed #beede4

Monochromatic Colors of #bedfed

#bedfed

Complementary Color

#bedfed #edccbe

#bedfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfed Color CSS Codes

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

#bedfed Text Font Color

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

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


#bedfed Background Color

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

This div background color is #bedfed


#bedfed Border Color

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

This div border color is #bedfed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,223,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfed


Comments

No comments written yet.

Please login to write comment.