Color Hex Logo

#bedfe9 Color Hex

#BEDFE9
(190,223,233)
0 Favorites   0 Comments

Color spaces of #bedfe9

RGB 190223233
HSL0.540.490.83
HSV194°18°91°
CMYK 0.180.040.00   0.09
XYZ62.330969.605787.2408
Yxy69.60570.28440.3176
Hunter Lab83.4300-12.6445-3.5971
CIE-Lab86.8031-8.7150-8.5123

#bedfe9 color RGB value is (190,223,233).

#bedfe9 hex color red value is 190, green value is 223 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bedfe9 hue: 0.54 , saturation: 0.49 and the lightness value of bedfe9 is 0.83.

The process color (four color CMYK) of #bedfe9 color hex is 0.18, 0.04, 0.00, 0.09. Web safe color of #bedfe9 is #ccccff. Color #bedfe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011111 11101001
Octal 276 337 351
Decimal 190 223 233
Hex BE DF E9

RGB Percentages of Color #bedfe9

%29.41
%34.52
%36.07

CMYK Percentages of Color #bedfe9

%18
%4
%0
%9

Triadic Colors of #bedfe9

#bedfe9 #e9bedf #dfe9be

Analogous Colors of #bedfe9

#bedfe9 #becae9 #bee9de

Monochromatic Colors of #bedfe9

#bedfe9

Complementary Color

#bedfe9 #e9c8be

#bedfe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedfe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedfe9 Color CSS Codes

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

#bedfe9 Text Font Color

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

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


#bedfe9 Background Color

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

This div background color is #bedfe9


#bedfe9 Border Color

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

This div border color is #bedfe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedfe9


Comments

No comments written yet.

Please login to write comment.