Color Hex Logo

#67defe Color Hex

#67DEFE
(103,222,254)
0 Favorites   0 Comments

Color spaces of #67defe

RGB 103222254
HSL0.540.990.70
HSV193°59°100°
CMYK 0.590.130.00   0.00
XYZ49.604262.2819103.1731
Yxy62.28190.23070.2896
Hunter Lab78.9189-25.9125-22.2684
CIE-Lab83.0631-24.4367-25.6425

#67defe color RGB value is (103,222,254).

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

The process color (four color CMYK) of #67defe color hex is 0.59, 0.13, 0.00, 0.00. Web safe color of #67defe is #66ccff. Color #67defe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11011110 11111110
Octal 147 336 376
Decimal 103 222 254
Hex 67 DE FE

RGB Percentages of Color #67defe

%17.79
%38.34
%43.87

CMYK Percentages of Color #67defe

%59
%13
%0
%0

Triadic Colors of #67defe

#67defe #fe67de #defe67

Analogous Colors of #67defe

#67defe #6793fe #67fed3

Monochromatic Colors of #67defe

#67defe

Complementary Color

#67defe #fe8767

#67defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#67defe Color CSS Codes

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

#67defe Text Font Color

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

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


#67defe Background Color

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

This div background color is #67defe


#67defe Border Color

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

This div border color is #67defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67defe

Related Colors


Comments

No comments written yet.

Please login to write comment.