Color Hex Logo

#bedeec Color Hex

#BEDEEC
(190,222,236)
0 Favorites   0 Comments

Color spaces of #bedeec

RGB 190222236
HSL0.550.550.84
HSV198°19°93°
CMYK 0.190.060.00   0.07
XYZ62.496869.245889.4287
Yxy69.24580.28260.3131
Hunter Lab83.2141-11.5646-5.4681
CIE-Lab86.6256-7.5649-10.3583

#bedeec color RGB value is (190,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11101100
Octal 276 336 354
Decimal 190 222 236
Hex BE DE EC

RGB Percentages of Color #bedeec

%29.32
%34.26
%36.42

CMYK Percentages of Color #bedeec

%19
%6
%0
%7

Triadic Colors of #bedeec

#bedeec #ecbede #deecbe

Analogous Colors of #bedeec

#bedeec #bec7ec #beece3

Monochromatic Colors of #bedeec

#bedeec

Complementary Color

#bedeec #ecccbe

#bedeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedeec Color CSS Codes

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

#bedeec Text Font Color

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

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


#bedeec Background Color

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

This div background color is #bedeec


#bedeec Border Color

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

This div border color is #bedeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedeec


Comments

No comments written yet.

Please login to write comment.