Color Hex Logo

#265acc Color Hex

#265ACC
(38,90,204)
0 Favorites   0 Comments

Color spaces of #265acc

RGB 3890204
HSL0.610.690.47
HSV221°81°80°
CMYK 0.810.560.00   0.20
XYZ15.354612.084058.6499
Yxy12.08400.17840.1404
Hunter Lab34.762018.0109-75.6996
CIE-Lab41.349325.1187-63.8512

#265acc color RGB value is (38,90,204).

#265acc hex color red value is 38, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #265acc hue: 0.61 , saturation: 0.69 and the lightness value of 265acc is 0.47.

The process color (four color CMYK) of #265acc color hex is 0.81, 0.56, 0.00, 0.20. Web safe color of #265acc is #3366cc. Color #265acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011010 11001100
Octal 46 132 314
Decimal 38 90 204
Hex 26 5A CC

RGB Percentages of Color #265acc

%11.45
%27.11
%61.45

CMYK Percentages of Color #265acc

%81
%56
%0
%20

Triadic Colors of #265acc

#265acc #cc265a #5acc26

Analogous Colors of #265acc

#265acc #4526cc #26adcc

Monochromatic Colors of #265acc

#265acc

Complementary Color

#265acc #cc9826

#265acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#265acc Color CSS Codes

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

#265acc Text Font Color

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

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


#265acc Background Color

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

This div background color is #265acc


#265acc Border Color

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

This div border color is #265acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265acc


Comments

No comments written yet.

Please login to write comment.