Color Hex Logo

#beeffd Color Hex

#BEEFFD
(190,239,253)
0 Favorites   0 Comments

Color spaces of #beeffd

RGB 190239253
HSL0.540.940.87
HSV193°25°99°
CMYK 0.250.060.00   0.01
XYZ69.831379.7720104.6455
Yxy79.77200.27470.3138
Hunter Lab89.3152-16.7409-6.9461
CIE-Lab91.5825-12.5471-11.8841

#beeffd color RGB value is (190,239,253).

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

The process color (four color CMYK) of #beeffd color hex is 0.25, 0.06, 0.00, 0.01. Web safe color of #beeffd is #ccffff. Color #beeffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11111101
Octal 276 357 375
Decimal 190 239 253
Hex BE EF FD

RGB Percentages of Color #beeffd

%27.86
%35.04
%37.10

CMYK Percentages of Color #beeffd

%25
%6
%0
%1

Triadic Colors of #beeffd

#beeffd #fdbeef #effdbe

Analogous Colors of #beeffd

#beeffd #bed0fd #befdec

Monochromatic Colors of #beeffd

#beeffd

Complementary Color

#beeffd #fdccbe

#beeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeffd Color CSS Codes

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

#beeffd Text Font Color

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

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


#beeffd Background Color

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

This div background color is #beeffd


#beeffd Border Color

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

This div border color is #beeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeffd

Related Colors


Comments

No comments written yet.

Please login to write comment.