Color Hex Logo

#bedcfc Color Hex

#BEDCFC
(190,220,252)
0 Favorites   0 Comments

Color spaces of #bedcfc

RGB 190220252
HSL0.590.910.87
HSV211°25°99°
CMYK 0.250.130.00   0.01
XYZ64.399169.1618102.0508
Yxy69.16180.27330.2935
Hunter Lab83.1636-7.3118-14.5408
CIE-Lab86.5841-3.0186-18.8570

#bedcfc color RGB value is (190,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11111100
Octal 276 334 374
Decimal 190 220 252
Hex BE DC FC

RGB Percentages of Color #bedcfc

%28.70
%33.23
%38.07

CMYK Percentages of Color #bedcfc

%25
%13
%0
%1

Triadic Colors of #bedcfc

#bedcfc #fcbedc #dcfcbe

Analogous Colors of #bedcfc

#bedcfc #bfbefc #befbfc

Monochromatic Colors of #bedcfc

#bedcfc

Complementary Color

#bedcfc #fcdebe

#bedcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcfc Color CSS Codes

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

#bedcfc Text Font Color

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

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


#bedcfc Background Color

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

This div background color is #bedcfc


#bedcfc Border Color

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

This div border color is #bedcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcfc


Comments

No comments written yet.

Please login to write comment.