Color Hex Logo

#4297bd Color Hex

#4297BD
(66,151,189)
0 Favorites   0 Comments

Color spaces of #4297bd

RGB 66151189
HSL0.550.480.50
HSV199°65°74°
CMYK 0.650.200.00   0.26
XYZ22.498726.965652.1632
Yxy26.96560.22140.2653
Hunter Lab51.9284-13.5371-23.2082
CIE-Lab58.9425-13.7304-27.2830

#4297bd color RGB value is (66,151,189).

#4297bd hex color red value is 66, green value is 151 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4297bd hue: 0.55 , saturation: 0.48 and the lightness value of 4297bd is 0.50.

The process color (four color CMYK) of #4297bd color hex is 0.65, 0.20, 0.00, 0.26. Web safe color of #4297bd is #3399cc. Color #4297bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010111 10111101
Octal 102 227 275
Decimal 66 151 189
Hex 42 97 BD

RGB Percentages of Color #4297bd

%16.26
%37.19
%46.55

CMYK Percentages of Color #4297bd

%65
%20
%0
%26

Triadic Colors of #4297bd

#4297bd #bd4297 #97bd42

Analogous Colors of #4297bd

#4297bd #425abd #42bda6

Monochromatic Colors of #4297bd

#4297bd

Complementary Color

#4297bd #bd6842

#4297bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4297bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4297bd Color CSS Codes

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

#4297bd Text Font Color

<p style="color:#4297bd">Text here</p>

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


#4297bd Background Color

<div style="background-color:#4297bd">
Div content here</div>

This div background color is #4297bd


#4297bd Border Color

<div style="border:3px solid #4297bd">
Div here</div>

This div border color is #4297bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,151,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4297bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4297bd;
  -webkit-box-shadow: 1px 1px 3px 2px #4297bd;
  box-shadow:         1px 1px 3px 2px #4297bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4297bd


Comments

No comments written yet.

Please login to write comment.