Color Hex Logo

#bae4ef Color Hex

#BAE4EF
(186,228,239)
0 Favorites   0 Comments

Color spaces of #bae4ef

RGB 186228239
HSL0.530.620.83
HSV192°22°94°
CMYK 0.220.050.00   0.06
XYZ63.573172.157992.2386
Yxy72.15790.27890.3165
Hunter Lab84.9458-15.0665-4.9181
CIE-Lab88.0445-11.1992-9.8534

#bae4ef color RGB value is (186,228,239).

#bae4ef hex color red value is 186, green value is 228 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bae4ef hue: 0.53 , saturation: 0.62 and the lightness value of bae4ef is 0.83.

The process color (four color CMYK) of #bae4ef color hex is 0.22, 0.05, 0.00, 0.06. Web safe color of #bae4ef is #ccccff. Color #bae4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100100 11101111
Octal 272 344 357
Decimal 186 228 239
Hex BA E4 EF

RGB Percentages of Color #bae4ef

%28.48
%34.92
%36.60

CMYK Percentages of Color #bae4ef

%22
%5
%0
%6

Triadic Colors of #bae4ef

#bae4ef #efbae4 #e4efba

Analogous Colors of #bae4ef

#bae4ef #bacaef #baefe0

Monochromatic Colors of #bae4ef

#bae4ef

Complementary Color

#bae4ef #efc5ba

#bae4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae4ef Color CSS Codes

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

#bae4ef Text Font Color

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

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


#bae4ef Background Color

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

This div background color is #bae4ef


#bae4ef Border Color

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

This div border color is #bae4ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,228,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 #bae4ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae4ef


Comments

No comments written yet.

Please login to write comment.