color codes Logo

#2c6dfd color codes

#2C6DFD
(44,109,253)
0 Favorites   0 Comments

Color spaces of #2c6dfd

RGB 44109253
HSL0.610.980.58
HSV221°83°99°
CMYK 0.830.570.00   0.01
XYZ24.237018.564695.2344
Yxy18.56460.17560.1345
Hunter Lab43.086725.0077-100.8880
CIE-Lab50.173931.8342-77.1747

#2c6dfd color RGB value is (44,109,253).

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

The process color (four color CMYK) of #2c6dfd color code is 0.83, 0.57, 0.00, 0.01. Web safe color of #2c6dfd is #3366ff. Color #2c6dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01101101 11111101
Octal 54 155 375
Decimal 44 109 253
Hex 2C 6D FD

RGB Percentages of Color #2c6dfd

%10.84
%26.85
%62.32

CMYK Percentages of Color #2c6dfd

%83
%57
%0
%1

Triadic Colors of #2c6dfd

#2c6dfd #fd2c6d #6dfd2c

Analogous Colors of #2c6dfd

#2c6dfd #542cfd #2cd6fd

Monochromatic Colors of #2c6dfd

#2c6dfd

Complementary Color

#2c6dfd #fdbc2c

#2c6dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c6dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c6dfd Color CSS Codes

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

#2c6dfd Text Font Color

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

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


#2c6dfd Background Color

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

This div background color is #2c6dfd


#2c6dfd Border Color

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

This div border color is #2c6dfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,109,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 #2c6dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c6dfd


Comments

No comments written yet.

Please login to write comment.