Color Hex Logo

#befcf3 Color Hex

#BEFCF3
(190,252,243)
0 Favorites   0 Comments

Color spaces of #befcf3

RGB 190252243
HSL0.480.910.87
HSV171°25°99°
CMYK 0.250.000.04   0.01
XYZ72.223387.039097.7877
Yxy87.03900.28100.3386
Hunter Lab93.2947-25.08143.1609
CIE-Lab94.7548-21.1273-2.0052

#befcf3 color RGB value is (190,252,243).

#befcf3 hex color red value is 190, green value is 252 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #befcf3 hue: 0.48 , saturation: 0.91 and the lightness value of befcf3 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 11110011
Octal 276 374 363
Decimal 190 252 243
Hex BE FC F3

RGB Percentages of Color #befcf3

%27.74
%36.79
%35.47

CMYK Percentages of Color #befcf3

%25
%0
%4
%1

Triadic Colors of #befcf3

#befcf3 #f3befc #fcf3be

Analogous Colors of #befcf3

#befcf3 #bee6fc #befcd4

Monochromatic Colors of #befcf3

#befcf3

Complementary Color

#befcf3 #fcbec7

#befcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befcf3 Color CSS Codes

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

#befcf3 Text Font Color

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

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


#befcf3 Background Color

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

This div background color is #befcf3


#befcf3 Border Color

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

This div border color is #befcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befcf3

Related Colors


Comments

No comments written yet.

Please login to write comment.