Color Hex Logo

#67bfcc Color Hex

#67BFCC
(103,191,204)
0 Favorites   0 Comments

Color spaces of #67bfcc

RGB 103191204
HSL0.520.500.60
HSV188°50°80°
CMYK 0.500.060.00   0.20
XYZ35.123444.504863.8658
Yxy44.50480.24480.3102
Hunter Lab66.7119-22.7667-10.0622
CIE-Lab72.5646-22.9411-14.7193

#67bfcc color RGB value is (103,191,204).

#67bfcc hex color red value is 103, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #67bfcc hue: 0.52 , saturation: 0.50 and the lightness value of 67bfcc is 0.60.

The process color (four color CMYK) of #67bfcc color hex is 0.50, 0.06, 0.00, 0.20. Web safe color of #67bfcc is #66cccc. Color #67bfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111111 11001100
Octal 147 277 314
Decimal 103 191 204
Hex 67 BF CC

RGB Percentages of Color #67bfcc

%20.68
%38.35
%40.96

CMYK Percentages of Color #67bfcc

%50
%6
%0
%20

Triadic Colors of #67bfcc

#67bfcc #cc67bf #bfcc67

Analogous Colors of #67bfcc

#67bfcc #678dcc #67cca7

Monochromatic Colors of #67bfcc

#67bfcc

Complementary Color

#67bfcc #cc7467

#67bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bfcc Color CSS Codes

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

#67bfcc Text Font Color

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

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


#67bfcc Background Color

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

This div background color is #67bfcc


#67bfcc Border Color

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

This div border color is #67bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bfcc


Comments

No comments written yet.

Please login to write comment.