Color Hex Logo

#2bdcef Color Hex

#2BDCEF
(43,220,239)
0 Favorites   0 Comments

Color spaces of #2bdcef

RGB 43220239
HSL0.520.860.55
HSV186°82°94°
CMYK 0.820.080.00   0.06
XYZ42.169457.932090.6208
Yxy57.93200.22110.3038
Hunter Lab76.1131-34.3024-17.3120
CIE-Lab80.7010-35.4652-21.4018

#2bdcef color RGB value is (43,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11011100 11101111
Octal 53 334 357
Decimal 43 220 239
Hex 2B DC EF

RGB Percentages of Color #2bdcef

%8.57
%43.82
%47.61

CMYK Percentages of Color #2bdcef

%82
%8
%0
%6

Triadic Colors of #2bdcef

#2bdcef #ef2bdc #dcef2b

Analogous Colors of #2bdcef

#2bdcef #2b7aef #2befa0

Monochromatic Colors of #2bdcef

#2bdcef

Complementary Color

#2bdcef #ef3e2b

#2bdcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bdcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bdcef Color CSS Codes

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

#2bdcef Text Font Color

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

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


#2bdcef Background Color

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

This div background color is #2bdcef


#2bdcef Border Color

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

This div border color is #2bdcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bdcef


Comments

No comments written yet.

Please login to write comment.