Color Hex Logo

#67bde2 Color Hex

#67BDE2
(103,189,226)
0 Favorites   0 Comments

Color spaces of #67bde2

RGB 103189226
HSL0.550.680.65
HSV198°54°89°
CMYK 0.540.160.00   0.11
XYZ37.518644.769778.6155
Yxy44.76970.23320.2782
Hunter Lab66.9102-17.0023-22.8251
CIE-Lab72.7400-15.7196-26.4235

#67bde2 color RGB value is (103,189,226).

#67bde2 hex color red value is 103, green value is 189 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #67bde2 hue: 0.55 , saturation: 0.68 and the lightness value of 67bde2 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111101 11100010
Octal 147 275 342
Decimal 103 189 226
Hex 67 BD E2

RGB Percentages of Color #67bde2

%19.88
%36.49
%43.63

CMYK Percentages of Color #67bde2

%54
%16
%0
%11

Triadic Colors of #67bde2

#67bde2 #e267bd #bde267

Analogous Colors of #67bde2

#67bde2 #6780e2 #67e2ca

Monochromatic Colors of #67bde2

#67bde2

Complementary Color

#67bde2 #e28c67

#67bde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bde2 Color CSS Codes

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

#67bde2 Text Font Color

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

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


#67bde2 Background Color

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

This div background color is #67bde2


#67bde2 Border Color

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

This div border color is #67bde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bde2


Comments

No comments written yet.

Please login to write comment.