Color Hex Logo

#469ccb Color Hex

#469CCB
(70,156,203)
0 Favorites   0 Comments

Color spaces of #469ccb

RGB 70156203
HSL0.560.560.54
HSV201°66°80°
CMYK 0.660.230.00   0.20
XYZ25.193729.390860.8451
Yxy29.39080.21830.2546
Hunter Lab54.2133-11.9217-28.5935
CIE-Lab61.1250-11.2509-31.7606

#469ccb color RGB value is (70,156,203).

#469ccb hex color red value is 70, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #469ccb hue: 0.56 , saturation: 0.56 and the lightness value of 469ccb is 0.54.

The process color (four color CMYK) of #469ccb color hex is 0.66, 0.23, 0.00, 0.20. Web safe color of #469ccb is #3399cc. Color #469ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 11001011
Octal 106 234 313
Decimal 70 156 203
Hex 46 9C CB

RGB Percentages of Color #469ccb

%16.32
%36.36
%47.32

CMYK Percentages of Color #469ccb

%66
%23
%0
%20

Triadic Colors of #469ccb

#469ccb #cb469c #9ccb46

Analogous Colors of #469ccb

#469ccb #465acb #46cbb8

Monochromatic Colors of #469ccb

#469ccb

Complementary Color

#469ccb #cb7546

#469ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ccb Color CSS Codes

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

#469ccb Text Font Color

<p style="color:#469ccb">Text here</p>

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


#469ccb Background Color

<div style="background-color:#469ccb">
Div content here</div>

This div background color is #469ccb


#469ccb Border Color

<div style="border:3px solid #469ccb">
Div here</div>

This div border color is #469ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,156,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #469ccb;
  box-shadow:         1px 1px 3px 2px #469ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,156,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ccb


Comments

No comments written yet.

Please login to write comment.