Color Hex Logo

#befdeb Color Hex

#BEFDEB
(190,253,235)
0 Favorites   0 Comments

Color spaces of #befdeb

RGB 190253235
HSL0.450.940.87
HSV163°25°99°
CMYK 0.250.000.07   0.01
XYZ71.355987.195991.6669
Yxy87.19590.28520.3485
Hunter Lab93.3787-27.01107.1620
CIE-Lab94.8213-23.24802.2225

#befdeb color RGB value is (190,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11101011
Octal 276 375 353
Decimal 190 253 235
Hex BE FD EB

RGB Percentages of Color #befdeb

%28.02
%37.32
%34.66

CMYK Percentages of Color #befdeb

%25
%0
%7
%1

Triadic Colors of #befdeb

#befdeb #ebbefd #fdebbe

Analogous Colors of #befdeb

#befdeb #bef0fd #befdcc

Monochromatic Colors of #befdeb

#befdeb

Complementary Color

#befdeb #fdbed0

#befdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdeb Color CSS Codes

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

#befdeb Text Font Color

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

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


#befdeb Background Color

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

This div background color is #befdeb


#befdeb Border Color

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

This div border color is #befdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdeb


Comments

No comments written yet.

Please login to write comment.