Color Hex Logo

#67badc Color Hex

#67BADC
(103,186,220)
0 Favorites   0 Comments

Color spaces of #67badc

RGB 103186220
HSL0.550.630.63
HSV197°53°86°
CMYK 0.530.150.00   0.14
XYZ36.070743.168774.1414
Yxy43.16870.23520.2814
Hunter Lab65.7029-16.9841-20.9128
CIE-Lab71.6693-15.8849-24.7991

#67badc color RGB value is (103,186,220).

#67badc hex color red value is 103, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #67badc hue: 0.55 , saturation: 0.63 and the lightness value of 67badc is 0.63.

The process color (four color CMYK) of #67badc color hex is 0.53, 0.15, 0.00, 0.14. Web safe color of #67badc is #66cccc. Color #67badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 11011100
Octal 147 272 334
Decimal 103 186 220
Hex 67 BA DC

RGB Percentages of Color #67badc

%20.24
%36.54
%43.22

CMYK Percentages of Color #67badc

%53
%15
%0
%14

Triadic Colors of #67badc

#67badc #dc67ba #badc67

Analogous Colors of #67badc

#67badc #6780dc #67dcc4

Monochromatic Colors of #67badc

#67badc

Complementary Color

#67badc #dc8967

#67badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67badc Color CSS Codes

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

#67badc Text Font Color

<p style="color:#67badc">Text here</p>

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


#67badc Background Color

<div style="background-color:#67badc">
Div content here</div>

This div background color is #67badc


#67badc Border Color

<div style="border:3px solid #67badc">
Div here</div>

This div border color is #67badc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,186,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67badc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67badc;
  -webkit-box-shadow: 1px 1px 3px 2px #67badc;
  box-shadow:         1px 1px 3px 2px #67badc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67badc


Comments

No comments written yet.

Please login to write comment.