Color Hex Logo

#67bdcc Color Hex

#67BDCC
(103,189,204)
0 Favorites   0 Comments

Color spaces of #67bdcc

RGB 103189204
HSL0.520.500.60
HSV189°50°80°
CMYK 0.500.070.00   0.20
XYZ34.690243.638463.7214
Yxy43.63840.24420.3072
Hunter Lab66.0594-21.8670-10.9501
CIE-Lab71.9861-21.9288-15.5904

#67bdcc color RGB value is (103,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111101 11001100
Octal 147 275 314
Decimal 103 189 204
Hex 67 BD CC

RGB Percentages of Color #67bdcc

%20.77
%38.10
%41.13

CMYK Percentages of Color #67bdcc

%50
%7
%0
%20

Triadic Colors of #67bdcc

#67bdcc #cc67bd #bdcc67

Analogous Colors of #67bdcc

#67bdcc #678bcc #67cca9

Monochromatic Colors of #67bdcc

#67bdcc

Complementary Color

#67bdcc #cc7667

#67bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bdcc Color CSS Codes

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

#67bdcc Text Font Color

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

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


#67bdcc Background Color

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

This div background color is #67bdcc


#67bdcc Border Color

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

This div border color is #67bdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,189,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 #67bdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bdcc


Comments

No comments written yet.

Please login to write comment.