Color Hex Logo

#2695dd Color Hex

#2695DD
(38,149,221)
0 Favorites   0 Comments

Color spaces of #2695dd

RGB 38149221
HSL0.570.730.51
HSV204°83°87°
CMYK 0.830.330.00   0.13
XYZ24.597927.127472.3463
Yxy27.12740.19830.2186
Hunter Lab52.0840-6.8461-45.8969
CIE-Lab59.0921-5.0403-45.0523

#2695dd color RGB value is (38,149,221).

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

The process color (four color CMYK) of #2695dd color hex is 0.83, 0.33, 0.00, 0.13. Web safe color of #2695dd is #3399cc. Color #2695dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 10010101 11011101
Octal 46 225 335
Decimal 38 149 221
Hex 26 95 DD

RGB Percentages of Color #2695dd

%9.31
%36.52
%54.17

CMYK Percentages of Color #2695dd

%83
%33
%0
%13

Triadic Colors of #2695dd

#2695dd #dd2695 #95dd26

Analogous Colors of #2695dd

#2695dd #263add #26ddca

Monochromatic Colors of #2695dd

#2695dd

Complementary Color

#2695dd #dd6e26

#2695dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2695dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2695dd Color CSS Codes

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

#2695dd Text Font Color

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

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


#2695dd Background Color

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

This div background color is #2695dd


#2695dd Border Color

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

This div border color is #2695dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2695dd


Comments

No comments written yet.

Please login to write comment.