Color Hex Logo

#beffda Color Hex

#BEFFDA
(190,255,218)
0 Favorites   0 Comments

Color spaces of #beffda

RGB 190255218
HSL0.411.000.87
HSV146°25°100°
CMYK 0.250.000.15   0.00
XYZ69.650187.529179.5535
Yxy87.52910.29420.3697
Hunter Lab93.5570-30.837415.0743
CIE-Lab94.9623-27.506011.1800

#beffda color RGB value is (190,255,218).

#beffda hex color red value is 190, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #beffda hue: 0.41 , saturation: 1.00 and the lightness value of beffda is 0.87.

The process color (four color CMYK) of #beffda color hex is 0.25, 0.00, 0.15, 0.00. Web safe color of #beffda is #ccffcc. Color #beffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 11011010
Octal 276 377 332
Decimal 190 255 218
Hex BE FF DA

RGB Percentages of Color #beffda

%28.66
%38.46
%32.88

CMYK Percentages of Color #beffda

%25
%0
%15
%0

Triadic Colors of #beffda

#beffda #dabeff #ffdabe

Analogous Colors of #beffda

#beffda #befffb #c3ffbe

Monochromatic Colors of #beffda

#beffda

Complementary Color

#beffda #ffbee3

#beffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffda Color CSS Codes

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

#beffda Text Font Color

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

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


#beffda Background Color

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

This div background color is #beffda


#beffda Border Color

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

This div border color is #beffda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,255,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 #beffda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffda


Comments

No comments written yet.

Please login to write comment.