Color Hex Logo

#265ecc Color Hex

#265ECC
(38,94,204)
0 Favorites   0 Comments

Color spaces of #265ecc

RGB 3894204
HSL0.610.690.47
HSV220°81°80°
CMYK 0.810.540.00   0.20
XYZ15.701112.777158.7654
Yxy12.77710.18000.1465
Hunter Lab35.745115.8526-72.4520
CIE-Lab42.425522.5134-62.1025

#265ecc color RGB value is (38,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011110 11001100
Octal 46 136 314
Decimal 38 94 204
Hex 26 5E CC

RGB Percentages of Color #265ecc

%11.31
%27.98
%60.71

CMYK Percentages of Color #265ecc

%81
%54
%0
%20

Triadic Colors of #265ecc

#265ecc #cc265e #5ecc26

Analogous Colors of #265ecc

#265ecc #4126cc #26b1cc

Monochromatic Colors of #265ecc

#265ecc

Complementary Color

#265ecc #cc9426

#265ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#265ecc Color CSS Codes

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

#265ecc Text Font Color

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

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


#265ecc Background Color

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

This div background color is #265ecc


#265ecc Border Color

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

This div border color is #265ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265ecc


Comments

No comments written yet.

Please login to write comment.