Color Hex Logo

#2695ea Color Hex

#2695EA
(38,149,234)
0 Favorites   0 Comments

Color spaces of #2695ea

RGB 38149234
HSL0.570.820.53
HSV206°84°92°
CMYK 0.840.360.00   0.08
XYZ26.398127.847581.8257
Yxy27.84750.19400.2047
Hunter Lab52.7707-3.0557-54.9949
CIE-Lab59.7507-0.2886-51.2285

#2695ea color RGB value is (38,149,234).

#2695ea hex color red value is 38, green value is 149 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2695ea hue: 0.57 , saturation: 0.82 and the lightness value of 2695ea is 0.53.

The process color (four color CMYK) of #2695ea color hex is 0.84, 0.36, 0.00, 0.08. Web safe color of #2695ea is #3399ff. Color #2695ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10010101 11101010
Octal 46 225 352
Decimal 38 149 234
Hex 26 95 EA

RGB Percentages of Color #2695ea

%9.03
%35.39
%55.58

CMYK Percentages of Color #2695ea

%84
%36
%0
%8

Triadic Colors of #2695ea

#2695ea #ea2695 #95ea26

Analogous Colors of #2695ea

#2695ea #2633ea #26eadd

Monochromatic Colors of #2695ea

#2695ea

Complementary Color

#2695ea #ea7b26

#2695ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2695ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2695ea Color CSS Codes

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

#2695ea Text Font Color

<p style="color:#2695ea">Text here</p>

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


#2695ea Background Color

<div style="background-color:#2695ea">
Div content here</div>

This div background color is #2695ea


#2695ea Border Color

<div style="border:3px solid #2695ea">
Div here</div>

This div border color is #2695ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,149,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2695ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2695ea;
  -webkit-box-shadow: 1px 1px 3px 2px #2695ea;
  box-shadow:         1px 1px 3px 2px #2695ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2695ea


Comments

No comments written yet.

Please login to write comment.