Color Hex Logo

#beddfc Color Hex

#BEDDFC
(190,221,252)
0 Favorites   0 Comments

Color spaces of #beddfc

RGB 190221252
HSL0.580.910.87
HSV210°25°99°
CMYK 0.250.120.00   0.01
XYZ64.662369.6883102.1386
Yxy69.68830.27340.2947
Hunter Lab83.4795-7.8251-14.1067
CIE-Lab86.8438-3.5403-18.4654

#beddfc color RGB value is (190,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11111100
Octal 276 335 374
Decimal 190 221 252
Hex BE DD FC

RGB Percentages of Color #beddfc

%28.66
%33.33
%38.01

CMYK Percentages of Color #beddfc

%25
%12
%0
%1

Triadic Colors of #beddfc

#beddfc #fcbedd #ddfcbe

Analogous Colors of #beddfc

#beddfc #bebefc #befcfc

Monochromatic Colors of #beddfc

#beddfc

Complementary Color

#beddfc #fcddbe

#beddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddfc Color CSS Codes

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

#beddfc Text Font Color

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

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


#beddfc Background Color

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

This div background color is #beddfc


#beddfc Border Color

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

This div border color is #beddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.