Color Hex Logo

#67dbff Color Hex

#67DBFF
(103,219,255)
0 Favorites   0 Comments

Color spaces of #67dbff

RGB 103219255
HSL0.541.000.70
HSV194°60°100°
CMYK 0.600.140.00   0.00
XYZ48.975060.7666103.7556
Yxy60.76660.22940.2846
Hunter Lab77.9529-24.2726-24.3481
CIE-Lab82.2531-22.6547-27.4081

#67dbff color RGB value is (103,219,255).

#67dbff hex color red value is 103, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #67dbff hue: 0.54 , saturation: 1.00 and the lightness value of 67dbff is 0.70.

The process color (four color CMYK) of #67dbff color hex is 0.60, 0.14, 0.00, 0.00. Web safe color of #67dbff is #66ccff. Color #67dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011011 11111111
Octal 147 333 377
Decimal 103 219 255
Hex 67 DB FF

RGB Percentages of Color #67dbff

%17.85
%37.95
%44.19

CMYK Percentages of Color #67dbff

%60
%14
%0
%0

Triadic Colors of #67dbff

#67dbff #ff67db #dbff67

Analogous Colors of #67dbff

#67dbff #678fff #67ffd7

Monochromatic Colors of #67dbff

#67dbff

Complementary Color

#67dbff #ff8b67

#67dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#67dbff Color CSS Codes

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

#67dbff Text Font Color

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

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


#67dbff Background Color

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

This div background color is #67dbff


#67dbff Border Color

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

This div border color is #67dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67dbff


Comments

No comments written yet.

Please login to write comment.