Color Hex Logo

#2beafd Color Hex

#2BEAFD
(43,234,253)
0 Favorites   0 Comments

Color spaces of #2beafd

RGB 43234253
HSL0.520.980.58
HSV185°83°99°
CMYK 0.830.080.00   0.01
XYZ48.148766.4511103.2171
Yxy66.45110.22110.3051
Hunter Lab81.5175-37.2239-18.0104
CIE-Lab85.2260-37.7360-21.9413

#2beafd color RGB value is (43,234,253).

#2beafd hex color red value is 43, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2beafd hue: 0.52 , saturation: 0.98 and the lightness value of 2beafd is 0.58.

The process color (four color CMYK) of #2beafd color hex is 0.83, 0.08, 0.00, 0.01. Web safe color of #2beafd is #33ffff. Color #2beafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101010 11111101
Octal 53 352 375
Decimal 43 234 253
Hex 2B EA FD

RGB Percentages of Color #2beafd

%8.11
%44.15
%47.74

CMYK Percentages of Color #2beafd

%83
%8
%0
%1

Triadic Colors of #2beafd

#2beafd #fd2bea #eafd2b

Analogous Colors of #2beafd

#2beafd #2b81fd #2bfda7

Monochromatic Colors of #2beafd

#2beafd

Complementary Color

#2beafd #fd3e2b

#2beafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beafd Color CSS Codes

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

#2beafd Text Font Color

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

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


#2beafd Background Color

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

This div background color is #2beafd


#2beafd Border Color

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

This div border color is #2beafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beafd

Related Colors


Comments

No comments written yet.

Please login to write comment.