Color Hex Logo

#beddee Color Hex

#BEDDEE
(190,221,238)
0 Favorites   0 Comments

Color spaces of #beddee

RGB 190221238
HSL0.560.590.84
HSV201°20°93°
CMYK 0.200.070.00   0.07
XYZ62.524368.833190.8797
Yxy68.83310.28130.3097
Hunter Lab82.9657-10.6695-6.8696
CIE-Lab86.4213-6.6206-11.7181

#beddee color RGB value is (190,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11101110
Octal 276 335 356
Decimal 190 221 238
Hex BE DD EE

RGB Percentages of Color #beddee

%29.28
%34.05
%36.67

CMYK Percentages of Color #beddee

%20
%7
%0
%7

Triadic Colors of #beddee

#beddee #eebedd #ddeebe

Analogous Colors of #beddee

#beddee #bec5ee #beeee7

Monochromatic Colors of #beddee

#beddee

Complementary Color

#beddee #eecfbe

#beddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddee Color CSS Codes

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

#beddee Text Font Color

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

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


#beddee Background Color

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

This div background color is #beddee


#beddee Border Color

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

This div border color is #beddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddee

#beddee Color Palettes


Comments

No comments written yet.

Please login to write comment.