Color Hex Logo

#67e2ff Color Hex

#67E2FF
(103,226,255)
0 Favorites   0 Comments

Color spaces of #67e2ff

RGB 103226255
HSL0.531.000.70
HSV191°60°100°
CMYK 0.600.110.00   0.00
XYZ50.839964.4963104.3772
Yxy64.49630.23140.2935
Hunter Lab80.3096-27.5425-20.8416
CIE-Lab84.2235-26.1231-24.4031

#67e2ff color RGB value is (103,226,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 11100010 11111111
Octal 147 342 377
Decimal 103 226 255
Hex 67 E2 FF

RGB Percentages of Color #67e2ff

%17.64
%38.70
%43.66

CMYK Percentages of Color #67e2ff

%60
%11
%0
%0

Triadic Colors of #67e2ff

#67e2ff #ff67e2 #e2ff67

Analogous Colors of #67e2ff

#67e2ff #6796ff #67ffd0

Monochromatic Colors of #67e2ff

#67e2ff

Complementary Color

#67e2ff #ff8467

#67e2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67e2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#67e2ff Color CSS Codes

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

#67e2ff Text Font Color

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

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


#67e2ff Background Color

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

This div background color is #67e2ff


#67e2ff Border Color

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

This div border color is #67e2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67e2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.