Color Hex Logo

#2995be Color Hex

#2995BE
(41,149,190)
0 Favorites   0 Comments

Color spaces of #2995be

RGB 41149190
HSL0.550.650.45
HSV197°78°75°
CMYK 0.780.220.00   0.25
XYZ20.956225.684052.5682
Yxy25.68400.21120.2589
Hunter Lab50.6794-14.8782-26.0242
CIE-Lab57.7359-15.7660-29.7673

#2995be color RGB value is (41,149,190).

#2995be hex color red value is 41, green value is 149 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2995be hue: 0.55 , saturation: 0.65 and the lightness value of 2995be is 0.45.

The process color (four color CMYK) of #2995be color hex is 0.78, 0.22, 0.00, 0.25. Web safe color of #2995be is #3399cc. Color #2995be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010101 10111110
Octal 51 225 276
Decimal 41 149 190
Hex 29 95 BE

RGB Percentages of Color #2995be

%10.79
%39.21
%50.00

CMYK Percentages of Color #2995be

%78
%22
%0
%25

Triadic Colors of #2995be

#2995be #be2995 #95be29

Analogous Colors of #2995be

#2995be #294abe #29be9d

Monochromatic Colors of #2995be

#2995be

Complementary Color

#2995be #be5229

#2995be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2995be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2995be Color CSS Codes

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

#2995be Text Font Color

<p style="color:#2995be">Text here</p>

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


#2995be Background Color

<div style="background-color:#2995be">
Div content here</div>

This div background color is #2995be


#2995be Border Color

<div style="border:3px solid #2995be">
Div here</div>

This div border color is #2995be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,149,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2995be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2995be;
  -webkit-box-shadow: 1px 1px 3px 2px #2995be;
  box-shadow:         1px 1px 3px 2px #2995be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2995be


Comments

No comments written yet.

Please login to write comment.