Color Hex Logo

#2baeee Color Hex

#2BAEEE
(43,174,238)
0 Favorites   0 Comments

Color spaces of #2baeee

RGB 43174238
HSL0.550.850.55
HSV200°82°93°
CMYK 0.820.270.00   0.07
XYZ31.564936.958786.3590
Yxy36.95870.20380.2386
Hunter Lab60.7937-13.7093-41.6674
CIE-Lab67.2460-12.5673-41.6034

#2baeee color RGB value is (43,174,238).

#2baeee hex color red value is 43, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2baeee hue: 0.55 , saturation: 0.85 and the lightness value of 2baeee is 0.55.

The process color (four color CMYK) of #2baeee color hex is 0.82, 0.27, 0.00, 0.07. Web safe color of #2baeee is #3399ff. Color #2baeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 11101110
Octal 53 256 356
Decimal 43 174 238
Hex 2B AE EE

RGB Percentages of Color #2baeee

%9.45
%38.24
%52.31

CMYK Percentages of Color #2baeee

%82
%27
%0
%7

Triadic Colors of #2baeee

#2baeee #ee2bae #aeee2b

Analogous Colors of #2baeee

#2baeee #2b4cee #2beecd

Monochromatic Colors of #2baeee

#2baeee

Complementary Color

#2baeee #ee6b2b

#2baeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baeee Color CSS Codes

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

#2baeee Text Font Color

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

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


#2baeee Background Color

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

This div background color is #2baeee


#2baeee Border Color

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

This div border color is #2baeee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,174,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2baeee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2baeee;
  -webkit-box-shadow: 1px 1px 3px 2px #2baeee;
  box-shadow:         1px 1px 3px 2px #2baeee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,174,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baeee


Comments

No comments written yet.

Please login to write comment.