Color Hex Logo

#266efd Color Hex

#266EFD
(38,110,253)
0 Favorites   0 Comments

Color spaces of #266efd

RGB 38110253
HSL0.610.980.57
HSV220°85°99°
CMYK 0.850.570.00   0.01
XYZ24.104918.655895.2590
Yxy18.65580.17460.1352
Hunter Lab43.192424.0311-100.5270
CIE-Lab50.282130.7908-77.0046

#266efd color RGB value is (38,110,253).

#266efd hex color red value is 38, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #266efd hue: 0.61 , saturation: 0.98 and the lightness value of 266efd is 0.57.

The process color (four color CMYK) of #266efd color hex is 0.85, 0.57, 0.00, 0.01. Web safe color of #266efd is #3366ff. Color #266efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101110 11111101
Octal 46 156 375
Decimal 38 110 253
Hex 26 6E FD

RGB Percentages of Color #266efd

%9.48
%27.43
%63.09

CMYK Percentages of Color #266efd

%85
%57
%0
%1

Triadic Colors of #266efd

#266efd #fd266e #6efd26

Analogous Colors of #266efd

#266efd #4926fd #26dafd

Monochromatic Colors of #266efd

#266efd

Complementary Color

#266efd #fdb526

#266efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#266efd Color CSS Codes

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

#266efd Text Font Color

<p style="color:#266efd">Text here</p>

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


#266efd Background Color

<div style="background-color:#266efd">
Div content here</div>

This div background color is #266efd


#266efd Border Color

<div style="border:3px solid #266efd">
Div here</div>

This div border color is #266efd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,110,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #266efd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #266efd;
  -webkit-box-shadow: 1px 1px 3px 2px #266efd;
  box-shadow:         1px 1px 3px 2px #266efd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,110,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 #266efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266efd


Comments

No comments written yet.

Please login to write comment.