Color Hex Logo

#0298be Color Hex

#0298BE
(2,152,190)
0 Favorites   0 Comments

Color spaces of #0298be

RGB 2152190
HSL0.530.980.38
HSV192°99°75°
CMYK 0.990.200.00   0.25
XYZ20.547526.187152.6868
Yxy26.18710.20670.2634
Hunter Lab51.1733-17.8807-25.2222
CIE-Lab58.2142-19.8044-29.0604

#0298be color RGB value is (2,152,190).

#0298be hex color red value is 2, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0298be hue: 0.53 , saturation: 0.98 and the lightness value of 0298be is 0.38.

The process color (four color CMYK) of #0298be color hex is 0.99, 0.20, 0.00, 0.25. Web safe color of #0298be is #0099cc. Color #0298be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10011000 10111110
Octal 2 230 276
Decimal 2 152 190
Hex 2 98 BE

RGB Percentages of Color #0298be

%0.58
%44.19
%55.23

CMYK Percentages of Color #0298be

%99
%20
%0
%25

Triadic Colors of #0298be

#0298be #be0298 #98be02

Analogous Colors of #0298be

#0298be #023abe #02be86

Monochromatic Colors of #0298be

#0298be

Complementary Color

#0298be #be2802

#0298be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0298be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0298be Color CSS Codes

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

#0298be Text Font Color

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

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


#0298be Background Color

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

This div background color is #0298be


#0298be Border Color

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

This div border color is #0298be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,152,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 #0298be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0298be


Comments

No comments written yet.

Please login to write comment.