Color Hex Logo

#2baedf Color Hex

#2BAEDF
(43,174,223)
0 Favorites   0 Comments

Color spaces of #2baedf

RGB 43174223
HSL0.550.740.52
HSV196°81°87°
CMYK 0.810.220.00   0.13
XYZ29.451636.113475.2304
Yxy36.11340.20920.2565
Hunter Lab60.0944-17.6844-32.1573
CIE-Lab66.6065-17.7171-34.3854

#2baedf color RGB value is (43,174,223).

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

The process color (four color CMYK) of #2baedf color hex is 0.81, 0.22, 0.00, 0.13. Web safe color of #2baedf is #3399cc. Color #2baedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 11011111
Octal 53 256 337
Decimal 43 174 223
Hex 2B AE DF

RGB Percentages of Color #2baedf

%9.77
%39.55
%50.68

CMYK Percentages of Color #2baedf

%81
%22
%0
%13

Triadic Colors of #2baedf

#2baedf #df2bae #aedf2b

Analogous Colors of #2baedf

#2baedf #2b54df #2bdfb6

Monochromatic Colors of #2baedf

#2baedf

Complementary Color

#2baedf #df5c2b

#2baedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baedf Color CSS Codes

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

#2baedf Text Font Color

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

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


#2baedf Background Color

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

This div background color is #2baedf


#2baedf Border Color

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

This div border color is #2baedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baedf


Comments

No comments written yet.

Please login to write comment.