Color Hex Logo

#bedbec Color Hex

#BEDBEC
(190,219,236)
0 Favorites   0 Comments

Color spaces of #bedbec

RGB 190219236
HSL0.560.550.84
HSV202°19°93°
CMYK 0.190.070.00   0.07
XYZ61.707067.666389.1655
Yxy67.66630.28240.3096
Hunter Lab82.2595-10.0524-6.6859
CIE-Lab85.8393-6.0150-11.5301

#bedbec color RGB value is (190,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11101100
Octal 276 333 354
Decimal 190 219 236
Hex BE DB EC

RGB Percentages of Color #bedbec

%29.46
%33.95
%36.59

CMYK Percentages of Color #bedbec

%19
%7
%0
%7

Triadic Colors of #bedbec

#bedbec #ecbedb #dbecbe

Analogous Colors of #bedbec

#bedbec #bec4ec #beece6

Monochromatic Colors of #bedbec

#bedbec

Complementary Color

#bedbec #eccfbe

#bedbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbec Color CSS Codes

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

#bedbec Text Font Color

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

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


#bedbec Background Color

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

This div background color is #bedbec


#bedbec Border Color

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

This div border color is #bedbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbec


Comments

No comments written yet.

Please login to write comment.