Color Hex Logo

#4298ba Color Hex

#4298BA
(66,152,186)
0 Favorites   0 Comments

Color spaces of #4298ba

RGB 66152186
HSL0.550.480.49
HSV197°65°73°
CMYK 0.650.180.00   0.27
XYZ22.337927.159950.5194
Yxy27.15990.22330.2716
Hunter Lab52.1152-14.6918-20.9939
CIE-Lab59.1220-15.2431-25.3119

#4298ba color RGB value is (66,152,186).

#4298ba hex color red value is 66, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4298ba hue: 0.55 , saturation: 0.48 and the lightness value of 4298ba is 0.49.

The process color (four color CMYK) of #4298ba color hex is 0.65, 0.18, 0.00, 0.27. Web safe color of #4298ba is #3399cc. Color #4298ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011000 10111010
Octal 102 230 272
Decimal 66 152 186
Hex 42 98 BA

RGB Percentages of Color #4298ba

%16.34
%37.62
%46.04

CMYK Percentages of Color #4298ba

%65
%18
%0
%27

Triadic Colors of #4298ba

#4298ba #ba4298 #98ba42

Analogous Colors of #4298ba

#4298ba #425cba #42baa0

Monochromatic Colors of #4298ba

#4298ba

Complementary Color

#4298ba #ba6442

#4298ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4298ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4298ba Color CSS Codes

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

#4298ba Text Font Color

<p style="color:#4298ba">Text here</p>

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


#4298ba Background Color

<div style="background-color:#4298ba">
Div content here</div>

This div background color is #4298ba


#4298ba Border Color

<div style="border:3px solid #4298ba">
Div here</div>

This div border color is #4298ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,152,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4298ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4298ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4298ba;
  box-shadow:         1px 1px 3px 2px #4298ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,152,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4298ba


Comments

No comments written yet.

Please login to write comment.