Color Hex Logo

#2bd4eb Color Hex

#2BD4EB
(43,212,235)
0 Favorites   0 Comments

Color spaces of #2bd4eb

RGB 43212235
HSL0.520.830.55
HSV187°82°92°
CMYK 0.820.100.00   0.08
XYZ39.535153.598786.8591
Yxy53.59870.21960.2978
Hunter Lab73.2111-31.7268-19.0950
CIE-Lab78.2272-32.9144-23.0271

#2bd4eb color RGB value is (43,212,235).

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

The process color (four color CMYK) of #2bd4eb color hex is 0.82, 0.10, 0.00, 0.08. Web safe color of #2bd4eb is #33ccff. Color #2bd4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11010100 11101011
Octal 53 324 353
Decimal 43 212 235
Hex 2B D4 EB

RGB Percentages of Color #2bd4eb

%8.78
%43.27
%47.96

CMYK Percentages of Color #2bd4eb

%82
%10
%0
%8

Triadic Colors of #2bd4eb

#2bd4eb #eb2bd4 #d4eb2b

Analogous Colors of #2bd4eb

#2bd4eb #2b74eb #2beba2

Monochromatic Colors of #2bd4eb

#2bd4eb

Complementary Color

#2bd4eb #eb422b

#2bd4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bd4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bd4eb Color CSS Codes

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

#2bd4eb Text Font Color

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

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


#2bd4eb Background Color

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

This div background color is #2bd4eb


#2bd4eb Border Color

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

This div border color is #2bd4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bd4eb


Comments

No comments written yet.

Please login to write comment.