Color Hex Logo

#67bcdf Color Hex

#67BCDF
(103,188,223)
0 Favorites   0 Comments

Color spaces of #67bcdf

RGB 103188223
HSL0.550.650.64
HSV198°54°87°
CMYK 0.540.160.00   0.13
XYZ36.896044.177776.3946
Yxy44.17770.23430.2805
Hunter Lab66.4663-17.2292-21.6199
CIE-Lab72.3471-16.0663-25.3952

#67bcdf color RGB value is (103,188,223).

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

The process color (four color CMYK) of #67bcdf color hex is 0.54, 0.16, 0.00, 0.13. Web safe color of #67bcdf is #66cccc. Color #67bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111100 11011111
Octal 147 274 337
Decimal 103 188 223
Hex 67 BC DF

RGB Percentages of Color #67bcdf

%20.04
%36.58
%43.39

CMYK Percentages of Color #67bcdf

%54
%16
%0
%13

Triadic Colors of #67bcdf

#67bcdf #df67bc #bcdf67

Analogous Colors of #67bcdf

#67bcdf #6780df #67dfc6

Monochromatic Colors of #67bcdf

#67bcdf

Complementary Color

#67bcdf #df8a67

#67bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bcdf Color CSS Codes

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

#67bcdf Text Font Color

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

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


#67bcdf Background Color

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

This div background color is #67bcdf


#67bcdf Border Color

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

This div border color is #67bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bcdf


Comments

No comments written yet.

Please login to write comment.