Color Hex Logo

#67bcdc Color Hex

#67BCDC
(103,188,220)
0 Favorites   0 Comments

Color spaces of #67bcdc

RGB 103188220
HSL0.550.630.63
HSV196°53°86°
CMYK 0.530.150.00   0.14
XYZ36.495044.017374.2828
Yxy44.01730.23580.2844
Hunter Lab66.3455-17.9164-19.9413
CIE-Lab72.2401-16.9311-23.9268

#67bcdc color RGB value is (103,188,220).

#67bcdc hex color red value is 103, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #67bcdc hue: 0.55 , saturation: 0.63 and the lightness value of 67bcdc is 0.63.

The process color (four color CMYK) of #67bcdc color hex is 0.53, 0.15, 0.00, 0.14. Web safe color of #67bcdc is #66cccc. Color #67bcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111100 11011100
Octal 147 274 334
Decimal 103 188 220
Hex 67 BC DC

RGB Percentages of Color #67bcdc

%20.16
%36.79
%43.05

CMYK Percentages of Color #67bcdc

%53
%15
%0
%14

Triadic Colors of #67bcdc

#67bcdc #dc67bc #bcdc67

Analogous Colors of #67bcdc

#67bcdc #6782dc #67dcc2

Monochromatic Colors of #67bcdc

#67bcdc

Complementary Color

#67bcdc #dc8767

#67bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bcdc Color CSS Codes

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

#67bcdc Text Font Color

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

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


#67bcdc Background Color

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

This div background color is #67bcdc


#67bcdc Border Color

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

This div border color is #67bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bcdc


Comments

No comments written yet.

Please login to write comment.