Color Hex Logo

#265cee Color Hex

#265CEE
(38,92,238)
0 Favorites   0 Comments

Color spaces of #265cee

RGB 3892238
HSL0.620.850.54
HSV224°84°93°
CMYK 0.840.610.00   0.07
XYZ20.059114.239482.5802
Yxy14.23940.17160.1218
Hunter Lab37.735128.8499-103.3367
CIE-Lab44.574336.5916-77.9519

#265cee color RGB value is (38,92,238).

#265cee hex color red value is 38, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #265cee hue: 0.62 , saturation: 0.85 and the lightness value of 265cee is 0.54.

The process color (four color CMYK) of #265cee color hex is 0.84, 0.61, 0.00, 0.07. Web safe color of #265cee is #3366ff. Color #265cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011100 11101110
Octal 46 134 356
Decimal 38 92 238
Hex 26 5C EE

RGB Percentages of Color #265cee

%10.33
%25.00
%64.67

CMYK Percentages of Color #265cee

%84
%61
%0
%7

Triadic Colors of #265cee

#265cee #ee265c #5cee26

Analogous Colors of #265cee

#265cee #5426ee #26c0ee

Monochromatic Colors of #265cee

#265cee

Complementary Color

#265cee #eeb826

#265cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#265cee Color CSS Codes

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

#265cee Text Font Color

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

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


#265cee Background Color

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

This div background color is #265cee


#265cee Border Color

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

This div border color is #265cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265cee


Comments

No comments written yet.

Please login to write comment.