Color Hex Logo

#67abef Color Hex

#67ABEF
(103,171,239)
0 Favorites   0 Comments

Color spaces of #67abef

RGB 103171239
HSL0.580.810.67
HSV210°57°94°
CMYK 0.570.280.00   0.06
XYZ35.736438.241487.1592
Yxy38.24140.22180.2373
Hunter Lab61.8396-5.0663-40.2779
CIE-Lab68.1982-2.0448-40.5318

#67abef color RGB value is (103,171,239).

#67abef hex color red value is 103, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #67abef hue: 0.58 , saturation: 0.81 and the lightness value of 67abef is 0.67.

The process color (four color CMYK) of #67abef color hex is 0.57, 0.28, 0.00, 0.06. Web safe color of #67abef is #6699ff. Color #67abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10101011 11101111
Octal 147 253 357
Decimal 103 171 239
Hex 67 AB EF

RGB Percentages of Color #67abef

%20.08
%33.33
%46.59

CMYK Percentages of Color #67abef

%57
%28
%0
%6

Triadic Colors of #67abef

#67abef #ef67ab #abef67

Analogous Colors of #67abef

#67abef #6767ef #67efef

Monochromatic Colors of #67abef

#67abef

Complementary Color

#67abef #efab67

#67abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#67abef Color CSS Codes

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

#67abef Text Font Color

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

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


#67abef Background Color

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

This div background color is #67abef


#67abef Border Color

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

This div border color is #67abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67abef


Comments

No comments written yet.

Please login to write comment.