Color Hex Logo

#67e0ff Color Hex

#67E0FF
(103,224,255)
0 Favorites   0 Comments

Color spaces of #67e0ff

RGB 103224255
HSL0.531.000.70
HSV192°60°100°
CMYK 0.600.120.00   0.00
XYZ50.299263.4149104.1970
Yxy63.41490.23080.2910
Hunter Lab79.6335-26.6119-21.8350
CIE-Lab83.6602-25.1390-25.2608

#67e0ff color RGB value is (103,224,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11100000 11111111
Octal 147 340 377
Decimal 103 224 255
Hex 67 E0 FF

RGB Percentages of Color #67e0ff

%17.70
%38.49
%43.81

CMYK Percentages of Color #67e0ff

%60
%12
%0
%0

Triadic Colors of #67e0ff

#67e0ff #ff67e0 #e0ff67

Analogous Colors of #67e0ff

#67e0ff #6794ff #67ffd2

Monochromatic Colors of #67e0ff

#67e0ff

Complementary Color

#67e0ff #ff8667

#67e0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67e0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#67e0ff Color CSS Codes

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

#67e0ff Text Font Color

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

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


#67e0ff Background Color

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

This div background color is #67e0ff


#67e0ff Border Color

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

This div border color is #67e0ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,224,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 #67e0ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67e0ff


Comments

No comments written yet.

Please login to write comment.