Color Hex Logo

#beddec Color Hex

#BEDDEC
(190,221,236)
0 Favorites   0 Comments

Color spaces of #beddec

RGB 190221236
HSL0.550.550.84
HSV200°19°93°
CMYK 0.190.060.00   0.07
XYZ62.232068.716289.3405
Yxy68.71620.28250.3119
Hunter Lab82.8952-11.0612-5.8732
CIE-Lab86.3633-7.0492-10.7490

#beddec color RGB value is (190,221,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11101100
Octal 276 335 354
Decimal 190 221 236
Hex BE DD EC

RGB Percentages of Color #beddec

%29.37
%34.16
%36.48

CMYK Percentages of Color #beddec

%19
%6
%0
%7

Triadic Colors of #beddec

#beddec #ecbedd #ddecbe

Analogous Colors of #beddec

#beddec #bec6ec #beece4

Monochromatic Colors of #beddec

#beddec

Complementary Color

#beddec #eccdbe

#beddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddec Color CSS Codes

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

#beddec Text Font Color

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

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


#beddec Background Color

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

This div background color is #beddec


#beddec Border Color

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

This div border color is #beddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddec


Comments

No comments written yet.

Please login to write comment.