Color Hex Logo

#2677da Color Hex

#2677DA
(38,119,218)
0 Favorites   0 Comments

Color spaces of #2677da

RGB 38119218
HSL0.590.710.50
HSV213°83°85°
CMYK 0.830.450.00   0.15
XYZ20.051018.667768.8761
Yxy18.66770.18640.1735
Hunter Lab43.20617.2271-64.2715
CIE-Lab50.296111.8885-57.3815

#2677da color RGB value is (38,119,218).

#2677da hex color red value is 38, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2677da hue: 0.59 , saturation: 0.71 and the lightness value of 2677da is 0.50.

The process color (four color CMYK) of #2677da color hex is 0.83, 0.45, 0.00, 0.15. Web safe color of #2677da is #3366cc. Color #2677da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110111 11011010
Octal 46 167 332
Decimal 38 119 218
Hex 26 77 DA

RGB Percentages of Color #2677da

%10.13
%31.73
%58.13

CMYK Percentages of Color #2677da

%83
%45
%0
%15

Triadic Colors of #2677da

#2677da #da2677 #77da26

Analogous Colors of #2677da

#2677da #2f26da #26d1da

Monochromatic Colors of #2677da

#2677da

Complementary Color

#2677da #da8926

#2677da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2677da Color Preview on White Background

Lorem ipsum dolor sit amet.

#2677da Color CSS Codes

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

#2677da Text Font Color

<p style="color:#2677da">Text here</p>

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


#2677da Background Color

<div style="background-color:#2677da">
Div content here</div>

This div background color is #2677da


#2677da Border Color

<div style="border:3px solid #2677da">
Div here</div>

This div border color is #2677da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,119,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2677da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2677da;
  -webkit-box-shadow: 1px 1px 3px 2px #2677da;
  box-shadow:         1px 1px 3px 2px #2677da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,119,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2677da


Comments

No comments written yet.

Please login to write comment.