Color Hex Logo

#befdfb Color Hex

#BEFDFB
(190,253,251)
0 Favorites   0 Comments

Color spaces of #befdfb

RGB 190253251
HSL0.490.940.87
HSV178°25°99°
CMYK 0.250.000.01   0.01
XYZ73.773188.1627104.3956
Yxy88.16270.27700.3310
Hunter Lab93.8950-24.0692-0.1941
CIE-Lab95.2294-19.9325-5.4390

#befdfb color RGB value is (190,253,251).

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

The process color (four color CMYK) of #befdfb color hex is 0.25, 0.00, 0.01, 0.01. Web safe color of #befdfb is #ccffff. Color #befdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11111011
Octal 276 375 373
Decimal 190 253 251
Hex BE FD FB

RGB Percentages of Color #befdfb

%27.38
%36.46
%36.17

CMYK Percentages of Color #befdfb

%25
%0
%1
%1

Triadic Colors of #befdfb

#befdfb #fbbefd #fdfbbe

Analogous Colors of #befdfb

#befdfb #bee0fd #befddc

Monochromatic Colors of #befdfb

#befdfb

Complementary Color

#befdfb #fdbec0

#befdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdfb Color CSS Codes

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

#befdfb Text Font Color

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

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


#befdfb Background Color

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

This div background color is #befdfb


#befdfb Border Color

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

This div border color is #befdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.