Color Hex Logo

#bebdfd Color Hex

#BEBDFD
(190,189,253)
0 Favorites   0 Comments

Color spaces of #bebdfd

RGB 190189253
HSL0.670.940.87
HSV241°25°99°
CMYK 0.250.250.00   0.01
XYZ57.162454.4342100.4226
Yxy54.43420.26960.2567
Hunter Lab73.77959.1828-29.0550
CIE-Lab78.714213.7958-31.3792

#bebdfd color RGB value is (190,189,253).

#bebdfd hex color red value is 190, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bebdfd hue: 0.67 , saturation: 0.94 and the lightness value of bebdfd is 0.87.

The process color (four color CMYK) of #bebdfd color hex is 0.25, 0.25, 0.00, 0.01. Web safe color of #bebdfd is #ccccff. Color #bebdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 11111101
Octal 276 275 375
Decimal 190 189 253
Hex BE BD FD

RGB Percentages of Color #bebdfd

%30.06
%29.91
%40.03

CMYK Percentages of Color #bebdfd

%25
%25
%0
%1

Triadic Colors of #bebdfd

#bebdfd #fdbebd #bdfdbe

Analogous Colors of #bebdfd

#bebdfd #debdfd #bddcfd

Monochromatic Colors of #bebdfd

#bebdfd

Complementary Color

#bebdfd #fcfdbd

#bebdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebdfd Color CSS Codes

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

#bebdfd Text Font Color

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

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


#bebdfd Background Color

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

This div background color is #bebdfd


#bebdfd Border Color

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

This div border color is #bebdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.