Color Hex Logo

#67badd Color Hex

#67BADD
(103,186,221)
0 Favorites   0 Comments

Color spaces of #67badd

RGB 103186221
HSL0.550.630.64
HSV198°53°87°
CMYK 0.530.160.00   0.13
XYZ36.203643.221874.8411
Yxy43.22180.23470.2802
Hunter Lab65.7433-16.7541-21.4745
CIE-Lab71.7053-15.5957-25.2889

#67badd color RGB value is (103,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 11011101
Octal 147 272 335
Decimal 103 186 221
Hex 67 BA DD

RGB Percentages of Color #67badd

%20.20
%36.47
%43.33

CMYK Percentages of Color #67badd

%53
%16
%0
%13

Triadic Colors of #67badd

#67badd #dd67ba #badd67

Analogous Colors of #67badd

#67badd #677fdd #67ddc5

Monochromatic Colors of #67badd

#67badd

Complementary Color

#67badd #dd8a67

#67badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67badd Color CSS Codes

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

#67badd Text Font Color

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

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


#67badd Background Color

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

This div background color is #67badd


#67badd Border Color

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

This div border color is #67badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67badd


Comments

No comments written yet.

Please login to write comment.