Color Hex Logo

#67baeb Color Hex

#67BAEB
(103,186,235)
0 Favorites   0 Comments

Color spaces of #67baeb

RGB 103186235
HSL0.560.770.66
HSV202°56°92°
CMYK 0.560.210.00   0.08
XYZ38.147843.999585.0794
Yxy43.99950.22810.2631
Hunter Lab66.3321-13.4253-29.6145
CIE-Lab72.2282-11.4745-32.0946

#67baeb color RGB value is (103,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111010 11101011
Octal 147 272 353
Decimal 103 186 235
Hex 67 BA EB

RGB Percentages of Color #67baeb

%19.66
%35.50
%44.85

CMYK Percentages of Color #67baeb

%56
%21
%0
%8

Triadic Colors of #67baeb

#67baeb #eb67ba #baeb67

Analogous Colors of #67baeb

#67baeb #6778eb #67ebda

Monochromatic Colors of #67baeb

#67baeb

Complementary Color

#67baeb #eb9867

#67baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67baeb Color CSS Codes

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

#67baeb Text Font Color

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

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


#67baeb Background Color

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

This div background color is #67baeb


#67baeb Border Color

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

This div border color is #67baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67baeb


Comments

No comments written yet.

Please login to write comment.