Color Hex Logo

#265dda Color Hex

#265DDA
(38,93,218)
0 Favorites   0 Comments

Color spaces of #265dda

RGB 3893218
HSL0.620.710.50
HSV222°83°85°
CMYK 0.830.570.00   0.15
XYZ17.368613.302767.9819
Yxy13.30270.17610.1348
Hunter Lab36.472921.1753-84.9798
CIE-Lab43.215828.4938-68.8427

#265dda color RGB value is (38,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011101 11011010
Octal 46 135 332
Decimal 38 93 218
Hex 26 5D DA

RGB Percentages of Color #265dda

%10.89
%26.65
%62.46

CMYK Percentages of Color #265dda

%83
%57
%0
%15

Triadic Colors of #265dda

#265dda #da265d #5dda26

Analogous Colors of #265dda

#265dda #4926da #26b7da

Monochromatic Colors of #265dda

#265dda

Complementary Color

#265dda #daa326

#265dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#265dda Color CSS Codes

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

#265dda Text Font Color

<p style="color:#265dda">Text here</p>

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


#265dda Background Color

<div style="background-color:#265dda">
Div content here</div>

This div background color is #265dda


#265dda Border Color

<div style="border:3px solid #265dda">
Div here</div>

This div border color is #265dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265dda


Comments

No comments written yet.

Please login to write comment.