Color Hex Logo

#bedcf3 Color Hex

#BEDCF3
(190,220,243)
0 Favorites   0 Comments

Color spaces of #bedcf3

RGB 190220243
HSL0.570.690.85
HSV206°22°95°
CMYK 0.220.090.00   0.05
XYZ63.006168.604694.7153
Yxy68.60460.27840.3031
Hunter Lab82.8279-9.1662-9.8197
CIE-Lab86.3079-5.0175-14.5265

#bedcf3 color RGB value is (190,220,243).

#bedcf3 hex color red value is 190, green value is 220 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #bedcf3 hue: 0.57 , saturation: 0.69 and the lightness value of bedcf3 is 0.85.

The process color (four color CMYK) of #bedcf3 color hex is 0.22, 0.09, 0.00, 0.05. Web safe color of #bedcf3 is #ccccff. Color #bedcf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11110011
Octal 276 334 363
Decimal 190 220 243
Hex BE DC F3

RGB Percentages of Color #bedcf3

%29.10
%33.69
%37.21

CMYK Percentages of Color #bedcf3

%22
%9
%0
%5

Triadic Colors of #bedcf3

#bedcf3 #f3bedc #dcf3be

Analogous Colors of #bedcf3

#bedcf3 #bec2f3 #bef3f0

Monochromatic Colors of #bedcf3

#bedcf3

Complementary Color

#bedcf3 #f3d5be

#bedcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcf3 Color CSS Codes

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

#bedcf3 Text Font Color

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

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


#bedcf3 Background Color

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

This div background color is #bedcf3


#bedcf3 Border Color

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

This div border color is #bedcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcf3


Comments

No comments written yet.

Please login to write comment.