Color Hex Logo

#67bed8 Color Hex

#67BED8
(103,190,216)
0 Favorites   0 Comments

Color spaces of #67bed8

RGB 103190216
HSL0.540.590.63
HSV194°52°85°
CMYK 0.520.120.00   0.15
XYZ36.401644.668371.6690
Yxy44.66830.23830.2924
Hunter Lab66.8343-19.7394-16.7949
CIE-Lab72.6729-19.1073-21.0907

#67bed8 color RGB value is (103,190,216).

#67bed8 hex color red value is 103, green value is 190 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #67bed8 hue: 0.54 , saturation: 0.59 and the lightness value of 67bed8 is 0.63.

The process color (four color CMYK) of #67bed8 color hex is 0.52, 0.12, 0.00, 0.15. Web safe color of #67bed8 is #66cccc. Color #67bed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111110 11011000
Octal 147 276 330
Decimal 103 190 216
Hex 67 BE D8

RGB Percentages of Color #67bed8

%20.24
%37.33
%42.44

CMYK Percentages of Color #67bed8

%52
%12
%0
%15

Triadic Colors of #67bed8

#67bed8 #d867be #bed867

Analogous Colors of #67bed8

#67bed8 #6786d8 #67d8ba

Monochromatic Colors of #67bed8

#67bed8

Complementary Color

#67bed8 #d88167

#67bed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bed8 Color CSS Codes

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

#67bed8 Text Font Color

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

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


#67bed8 Background Color

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

This div background color is #67bed8


#67bed8 Border Color

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

This div border color is #67bed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bed8


Comments

No comments written yet.

Please login to write comment.