Color Hex Logo

#2baedd Color Hex

#2BAEDD
(43,174,221)
0 Favorites   0 Comments

Color spaces of #2baedd

RGB 43174221
HSL0.540.720.52
HSV196°81°87°
CMYK 0.810.210.00   0.13
XYZ29.183536.006273.8184
Yxy36.00620.20990.2590
Hunter Lab60.0052-18.1956-30.9350
CIE-Lab66.5247-18.3942-33.4133

#2baedd color RGB value is (43,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 11011101
Octal 53 256 335
Decimal 43 174 221
Hex 2B AE DD

RGB Percentages of Color #2baedd

%9.82
%39.73
%50.46

CMYK Percentages of Color #2baedd

%81
%21
%0
%13

Triadic Colors of #2baedd

#2baedd #dd2bae #aedd2b

Analogous Colors of #2baedd

#2baedd #2b55dd #2bddb3

Monochromatic Colors of #2baedd

#2baedd

Complementary Color

#2baedd #dd5a2b

#2baedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baedd Color CSS Codes

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

#2baedd Text Font Color

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

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


#2baedd Background Color

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

This div background color is #2baedd


#2baedd Border Color

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

This div border color is #2baedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baedd


Comments

No comments written yet.

Please login to write comment.