Color Hex Logo

#67babe Color Hex

#67BABE
(103,186,190)
0 Favorites   0 Comments

Color spaces of #67babe

RGB 103186190
HSL0.510.400.57
HSV183°46°75°
CMYK 0.460.020.00   0.25
XYZ32.446741.719155.0577
Yxy41.71910.25110.3228
Hunter Lab64.5903-23.3643-5.3264
CIE-Lab70.6768-24.1605-9.8940

#67babe color RGB value is (103,186,190).

#67babe hex color red value is 103, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #67babe hue: 0.51 , saturation: 0.40 and the lightness value of 67babe is 0.57.

The process color (four color CMYK) of #67babe color hex is 0.46, 0.02, 0.00, 0.25. Web safe color of #67babe is #66cccc. Color #67babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 10111110
Octal 147 272 276
Decimal 103 186 190
Hex 67 BA BE

RGB Percentages of Color #67babe

%21.50
%38.83
%39.67

CMYK Percentages of Color #67babe

%46
%2
%0
%25

Triadic Colors of #67babe

#67babe #be67ba #babe67

Analogous Colors of #67babe

#67babe #678fbe #67be97

Monochromatic Colors of #67babe

#67babe

Complementary Color

#67babe #be6b67

#67babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#67babe Color CSS Codes

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

#67babe Text Font Color

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

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


#67babe Background Color

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

This div background color is #67babe


#67babe Border Color

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

This div border color is #67babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67babe


Comments

No comments written yet.

Please login to write comment.