Color Hex Logo

#beeff4 Color Hex

#BEEFF4
(190,239,244)
0 Favorites   0 Comments

Color spaces of #beeff4

RGB 190239244
HSL0.520.710.85
HSV186°22°96°
CMYK 0.220.020.00   0.04
XYZ68.430879.211897.2707
Yxy79.21180.27940.3234
Hunter Lab89.0010-18.5073-2.4983
CIE-Lab91.3300-14.4956-7.5694

#beeff4 color RGB value is (190,239,244).

#beeff4 hex color red value is 190, green value is 239 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #beeff4 hue: 0.52 , saturation: 0.71 and the lightness value of beeff4 is 0.85.

The process color (four color CMYK) of #beeff4 color hex is 0.22, 0.02, 0.00, 0.04. Web safe color of #beeff4 is #ccffff. Color #beeff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11110100
Octal 276 357 364
Decimal 190 239 244
Hex BE EF F4

RGB Percentages of Color #beeff4

%28.23
%35.51
%36.26

CMYK Percentages of Color #beeff4

%22
%2
%0
%4

Triadic Colors of #beeff4

#beeff4 #f4beef #eff4be

Analogous Colors of #beeff4

#beeff4 #bed4f4 #bef4de

Monochromatic Colors of #beeff4

#beeff4

Complementary Color

#beeff4 #f4c3be

#beeff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeff4 Color CSS Codes

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

#beeff4 Text Font Color

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

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


#beeff4 Background Color

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

This div background color is #beeff4


#beeff4 Border Color

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

This div border color is #beeff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeff4


Comments

No comments written yet.

Please login to write comment.