Color Hex Logo

#beeaef Color Hex

#BEEAEF
(190,234,239)
0 Favorites   0 Comments

Color spaces of #beeaef

RGB 190234239
HSL0.520.600.84
HSV186°21°94°
CMYK 0.210.020.00   0.06
XYZ66.238076.024892.8445
Yxy76.02480.28170.3234
Hunter Lab87.1922-16.9838-2.0990
CIE-Lab89.8709-13.0448-7.1181

#beeaef color RGB value is (190,234,239).

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

The process color (four color CMYK) of #beeaef color hex is 0.21, 0.02, 0.00, 0.06. Web safe color of #beeaef is #ccffff. Color #beeaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11101111
Octal 276 352 357
Decimal 190 234 239
Hex BE EA EF

RGB Percentages of Color #beeaef

%28.66
%35.29
%36.05

CMYK Percentages of Color #beeaef

%21
%2
%0
%6

Triadic Colors of #beeaef

#beeaef #efbeea #eaefbe

Analogous Colors of #beeaef

#beeaef #bed2ef #beefdc

Monochromatic Colors of #beeaef

#beeaef

Complementary Color

#beeaef #efc3be

#beeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeaef Color CSS Codes

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

#beeaef Text Font Color

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

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


#beeaef Background Color

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

This div background color is #beeaef


#beeaef Border Color

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

This div border color is #beeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeaef

#beeaef Color Palettes


Comments

No comments written yet.

Please login to write comment.