Color Hex Logo

#befdea Color Hex

#BEFDEA
(190,253,234)
0 Favorites   0 Comments

Color spaces of #befdea

RGB 190253234
HSL0.450.940.87
HSV162°25°99°
CMYK 0.250.000.08   0.01
XYZ71.211887.138290.9080
Yxy87.13820.28570.3496
Hunter Lab93.3478-27.18737.6032
CIE-Lab94.7969-23.44872.7029

#befdea color RGB value is (190,253,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11101010
Octal 276 375 352
Decimal 190 253 234
Hex BE FD EA

RGB Percentages of Color #befdea

%28.06
%37.37
%34.56

CMYK Percentages of Color #befdea

%25
%0
%8
%1

Triadic Colors of #befdea

#befdea #eabefd #fdeabe

Analogous Colors of #befdea

#befdea #bef1fd #befdcb

Monochromatic Colors of #befdea

#befdea

Complementary Color

#befdea #fdbed1

#befdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdea Color CSS Codes

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

#befdea Text Font Color

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

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


#befdea Background Color

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

This div background color is #befdea


#befdea Border Color

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

This div border color is #befdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdea

Related Colors


Comments

No comments written yet.

Please login to write comment.