Color Hex Logo

#bedcec Color Hex

#BEDCEC
(190,220,236)
0 Favorites   0 Comments

Color spaces of #bedcec

RGB 190220236
HSL0.560.550.84
HSV201°19°93°
CMYK 0.190.070.00   0.07
XYZ61.968768.189789.2527
Yxy68.18970.28240.3108
Hunter Lab82.5771-10.5572-6.2791
CIE-Lab86.1012-6.5327-11.1395

#bedcec color RGB value is (190,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11101100
Octal 276 334 354
Decimal 190 220 236
Hex BE DC EC

RGB Percentages of Color #bedcec

%29.41
%34.06
%36.53

CMYK Percentages of Color #bedcec

%19
%7
%0
%7

Triadic Colors of #bedcec

#bedcec #ecbedc #dcecbe

Analogous Colors of #bedcec

#bedcec #bec5ec #beece5

Monochromatic Colors of #bedcec

#bedcec

Complementary Color

#bedcec #eccebe

#bedcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedcec Color CSS Codes

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

#bedcec Text Font Color

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

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


#bedcec Background Color

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

This div background color is #bedcec


#bedcec Border Color

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

This div border color is #bedcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedcec


Comments

No comments written yet.

Please login to write comment.