Color Hex Logo

#2b8adc Color Hex

#2B8ADC
(43,138,220)
0 Favorites   0 Comments

Color spaces of #2b8adc

RGB 43138220
HSL0.580.720.52
HSV208°80°86°
CMYK 0.800.370.00   0.14
XYZ23.003023.857971.1028
Yxy23.85790.19500.2022
Hunter Lab48.8445-1.4146-52.1170
CIE-Lab55.94521.4825-49.4722

#2b8adc color RGB value is (43,138,220).

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

The process color (four color CMYK) of #2b8adc color hex is 0.80, 0.37, 0.00, 0.14. Web safe color of #2b8adc is #3399cc. Color #2b8adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10001010 11011100
Octal 53 212 334
Decimal 43 138 220
Hex 2B 8A DC

RGB Percentages of Color #2b8adc

%10.72
%34.41
%54.86

CMYK Percentages of Color #2b8adc

%80
%37
%0
%14

Triadic Colors of #2b8adc

#2b8adc #dc2b8a #8adc2b

Analogous Colors of #2b8adc

#2b8adc #2b31dc #2bdcd6

Monochromatic Colors of #2b8adc

#2b8adc

Complementary Color

#2b8adc #dc7d2b

#2b8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b8adc Color CSS Codes

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

#2b8adc Text Font Color

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

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


#2b8adc Background Color

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

This div background color is #2b8adc


#2b8adc Border Color

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

This div border color is #2b8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b8adc


Comments

No comments written yet.

Please login to write comment.