Color Hex Logo

#67bcea Color Hex

#67BCEA
(103,188,234)
0 Favorites   0 Comments

Color spaces of #67bcea

RGB 103188234
HSL0.560.760.66
HSV201°56°92°
CMYK 0.560.200.00   0.08
XYZ38.428044.790584.4620
Yxy44.79050.22920.2671
Hunter Lab66.9257-14.6273-27.9775
CIE-Lab72.7537-12.8390-30.7417

#67bcea color RGB value is (103,188,234).

#67bcea hex color red value is 103, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #67bcea hue: 0.56 , saturation: 0.76 and the lightness value of 67bcea is 0.66.

The process color (four color CMYK) of #67bcea color hex is 0.56, 0.20, 0.00, 0.08. Web safe color of #67bcea is #66ccff. Color #67bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111100 11101010
Octal 147 274 352
Decimal 103 188 234
Hex 67 BC EA

RGB Percentages of Color #67bcea

%19.62
%35.81
%44.57

CMYK Percentages of Color #67bcea

%56
%20
%0
%8

Triadic Colors of #67bcea

#67bcea #ea67bc #bcea67

Analogous Colors of #67bcea

#67bcea #677bea #67ead7

Monochromatic Colors of #67bcea

#67bcea

Complementary Color

#67bcea #ea9567

#67bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bcea Color CSS Codes

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

#67bcea Text Font Color

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

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


#67bcea Background Color

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

This div background color is #67bcea


#67bcea Border Color

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

This div border color is #67bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bcea


Comments

No comments written yet.

Please login to write comment.