Color Hex Logo

#beddeb Color Hex

#BEDDEB
(190,221,235)
0 Favorites   0 Comments

Color spaces of #beddeb

RGB 190221235
HSL0.550.530.83
HSV199°19°92°
CMYK 0.190.060.00   0.08
XYZ62.087168.658288.5773
Yxy68.65820.28310.3130
Hunter Lab82.8602-11.2556-5.3786
CIE-Lab86.3345-7.2623-10.2640

#beddeb color RGB value is (190,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11101011
Octal 276 335 353
Decimal 190 221 235
Hex BE DD EB

RGB Percentages of Color #beddeb

%29.41
%34.21
%36.38

CMYK Percentages of Color #beddeb

%19
%6
%0
%8

Triadic Colors of #beddeb

#beddeb #ebbedd #ddebbe

Analogous Colors of #beddeb

#beddeb #bec7eb #beebe3

Monochromatic Colors of #beddeb

#beddeb

Complementary Color

#beddeb #ebccbe

#beddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddeb Color CSS Codes

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

#beddeb Text Font Color

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

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


#beddeb Background Color

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

This div background color is #beddeb


#beddeb Border Color

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

This div border color is #beddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddeb


Comments

No comments written yet.

Please login to write comment.