Color Hex Logo

#bef1da Color Hex

#BEF1DA
(190,241,218)
0 Favorites   0 Comments

Color spaces of #bef1da

RGB 190241218
HSL0.420.650.85
HSV153°21°95°
CMYK 0.210.000.10   0.05
XYZ65.345478.919778.1186
Yxy78.91970.29380.3549
Hunter Lab88.8368-24.165610.0491
CIE-Lab91.1979-20.76525.7794

#bef1da color RGB value is (190,241,218).

#bef1da hex color red value is 190, green value is 241 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bef1da hue: 0.42 , saturation: 0.65 and the lightness value of bef1da is 0.85.

The process color (four color CMYK) of #bef1da color hex is 0.21, 0.00, 0.10, 0.05. Web safe color of #bef1da is #ccffcc. Color #bef1da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 11011010
Octal 276 361 332
Decimal 190 241 218
Hex BE F1 DA

RGB Percentages of Color #bef1da

%29.28
%37.13
%33.59

CMYK Percentages of Color #bef1da

%21
%0
%10
%5

Triadic Colors of #bef1da

#bef1da #dabef1 #f1dabe

Analogous Colors of #bef1da

#bef1da #beeff1 #bef1c1

Monochromatic Colors of #bef1da

#bef1da

Complementary Color

#bef1da #f1bed5

#bef1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef1da Color CSS Codes

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

#bef1da Text Font Color

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

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


#bef1da Background Color

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

This div background color is #bef1da


#bef1da Border Color

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

This div border color is #bef1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef1da


Comments

No comments written yet.

Please login to write comment.