Color Hex Logo

#67caf8 Color Hex

#67CAF8
(103,202,248)
0 Favorites   0 Comments

Color spaces of #67caf8

RGB 103202248
HSL0.550.910.69
HSV199°58°97°
CMYK 0.580.190.00   0.03
XYZ43.657351.901996.5240
Yxy51.90190.22730.2702
Hunter Lab72.0430-17.9060-29.0073
CIE-Lab77.2221-16.0368-31.3992

#67caf8 color RGB value is (103,202,248).

#67caf8 hex color red value is 103, green value is 202 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #67caf8 hue: 0.55 , saturation: 0.91 and the lightness value of 67caf8 is 0.69.

The process color (four color CMYK) of #67caf8 color hex is 0.58, 0.19, 0.00, 0.03. Web safe color of #67caf8 is #66ccff. Color #67caf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001010 11111000
Octal 147 312 370
Decimal 103 202 248
Hex 67 CA F8

RGB Percentages of Color #67caf8

%18.63
%36.53
%44.85

CMYK Percentages of Color #67caf8

%58
%19
%0
%3

Triadic Colors of #67caf8

#67caf8 #f867ca #caf867

Analogous Colors of #67caf8

#67caf8 #6782f8 #67f8de

Monochromatic Colors of #67caf8

#67caf8

Complementary Color

#67caf8 #f89567

#67caf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67caf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67caf8 Color CSS Codes

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

#67caf8 Text Font Color

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

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


#67caf8 Background Color

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

This div background color is #67caf8


#67caf8 Border Color

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

This div border color is #67caf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67caf8


Comments

No comments written yet.

Please login to write comment.