Color Hex Logo

#befddf Color Hex

#BEFDDF
(190,253,223)
0 Favorites   0 Comments

Color spaces of #befddf

RGB 190253223
HSL0.420.940.87
HSV151°25°99°
CMYK 0.250.000.12   0.01
XYZ69.679886.525482.8406
Yxy86.52540.29150.3620
Hunter Lab93.0190-29.070412.3110
CIE-Lab94.5365-25.60677.9983

#befddf color RGB value is (190,253,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11011111
Octal 276 375 337
Decimal 190 253 223
Hex BE FD DF

RGB Percentages of Color #befddf

%28.53
%37.99
%33.48

CMYK Percentages of Color #befddf

%25
%0
%12
%1

Triadic Colors of #befddf

#befddf #dfbefd #fddfbe

Analogous Colors of #befddf

#befddf #befcfd #befdc0

Monochromatic Colors of #befddf

#befddf

Complementary Color

#befddf #fdbedc

#befddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#befddf Color CSS Codes

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

#befddf Text Font Color

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

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


#befddf Background Color

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

This div background color is #befddf


#befddf Border Color

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

This div border color is #befddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befddf

Related Colors


Comments

No comments written yet.

Please login to write comment.