Color Hex Logo

#67bbb1 Color Hex

#67BBB1
(103,187,177)
0 Favorites   0 Comments

Color spaces of #67bbb1

RGB 103187177
HSL0.480.380.57
HSV173°45°73°
CMYK 0.450.000.05   0.27
XYZ31.299741.598547.9746
Yxy41.59850.25890.3442
Hunter Lab64.4969-26.24531.0463
CIE-Lab70.5932-27.9673-2.8894

#67bbb1 color RGB value is (103,187,177).

#67bbb1 hex color red value is 103, green value is 187 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #67bbb1 hue: 0.48 , saturation: 0.38 and the lightness value of 67bbb1 is 0.57.

The process color (four color CMYK) of #67bbb1 color hex is 0.45, 0.00, 0.05, 0.27. Web safe color of #67bbb1 is #66cc99. Color #67bbb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 10110001
Octal 147 273 261
Decimal 103 187 177
Hex 67 BB B1

RGB Percentages of Color #67bbb1

%22.06
%40.04
%37.90

CMYK Percentages of Color #67bbb1

%45
%0
%5
%27

Triadic Colors of #67bbb1

#67bbb1 #b167bb #bbb167

Analogous Colors of #67bbb1

#67bbb1 #679bbb #67bb87

Monochromatic Colors of #67bbb1

#67bbb1

Complementary Color

#67bbb1 #bb6771

#67bbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bbb1 Color CSS Codes

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

#67bbb1 Text Font Color

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

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


#67bbb1 Background Color

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

This div background color is #67bbb1


#67bbb1 Border Color

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

This div border color is #67bbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bbb1


Comments

No comments written yet.

Please login to write comment.