Color Hex Logo

#265eca Color Hex

#265ECA
(38,94,202)
0 Favorites   0 Comments

Color spaces of #265eca

RGB 3894202
HSL0.610.680.47
HSV220°81°79°
CMYK 0.810.530.00   0.21
XYZ15.462712.681757.5100
Yxy12.68170.18050.1481
Hunter Lab35.611415.1860-70.8214
CIE-Lab42.279721.7461-61.1859

#265eca color RGB value is (38,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011110 11001010
Octal 46 136 312
Decimal 38 94 202
Hex 26 5E CA

RGB Percentages of Color #265eca

%11.38
%28.14
%60.48

CMYK Percentages of Color #265eca

%81
%53
%0
%21

Triadic Colors of #265eca

#265eca #ca265e #5eca26

Analogous Colors of #265eca

#265eca #4026ca #26b0ca

Monochromatic Colors of #265eca

#265eca

Complementary Color

#265eca #ca9226

#265eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#265eca Color CSS Codes

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

#265eca Text Font Color

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

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


#265eca Background Color

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

This div background color is #265eca


#265eca Border Color

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

This div border color is #265eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265eca


Comments

No comments written yet.

Please login to write comment.