Color Hex Logo

#befdd2 Color Hex

#BEFDD2
(190,253,210)
0 Favorites   0 Comments

Color spaces of #befdd2

RGB 190253210
HSL0.390.940.87
HSV139°25°99°
CMYK 0.250.000.17   0.01
XYZ67.993385.850973.9600
Yxy85.85090.29850.3769
Hunter Lab92.6558-31.159517.5324
CIE-Lab94.2486-28.032614.2743

#befdd2 color RGB value is (190,253,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11010010
Octal 276 375 322
Decimal 190 253 210
Hex BE FD D2

RGB Percentages of Color #befdd2

%29.10
%38.74
%32.16

CMYK Percentages of Color #befdd2

%25
%0
%17
%1

Triadic Colors of #befdd2

#befdd2 #d2befd #fdd2be

Analogous Colors of #befdd2

#befdd2 #befdf2 #cafdbe

Monochromatic Colors of #befdd2

#befdd2

Complementary Color

#befdd2 #fdbee9

#befdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdd2 Color CSS Codes

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

#befdd2 Text Font Color

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

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


#befdd2 Background Color

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

This div background color is #befdd2


#befdd2 Border Color

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

This div border color is #befdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdd2

Related Colors


Comments

No comments written yet.

Please login to write comment.