Color Hex Logo

#67bdeb Color Hex

#67BDEB
(103,189,235)
0 Favorites   0 Comments

Color spaces of #67bdeb

RGB 103189235
HSL0.560.770.66
HSV201°56°92°
CMYK 0.560.200.00   0.08
XYZ38.786545.276985.2923
Yxy45.27690.22900.2673
Hunter Lab67.2881-14.8625-28.0525
CIE-Lab73.0738-13.0727-30.7900

#67bdeb color RGB value is (103,189,235).

#67bdeb hex color red value is 103, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #67bdeb hue: 0.56 , saturation: 0.77 and the lightness value of 67bdeb is 0.66.

The process color (four color CMYK) of #67bdeb color hex is 0.56, 0.20, 0.00, 0.08. Web safe color of #67bdeb is #66ccff. Color #67bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111101 11101011
Octal 147 275 353
Decimal 103 189 235
Hex 67 BD EB

RGB Percentages of Color #67bdeb

%19.54
%35.86
%44.59

CMYK Percentages of Color #67bdeb

%56
%20
%0
%8

Triadic Colors of #67bdeb

#67bdeb #eb67bd #bdeb67

Analogous Colors of #67bdeb

#67bdeb #677beb #67ebd7

Monochromatic Colors of #67bdeb

#67bdeb

Complementary Color

#67bdeb #eb9567

#67bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bdeb Color CSS Codes

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

#67bdeb Text Font Color

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

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


#67bdeb Background Color

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

This div background color is #67bdeb


#67bdeb Border Color

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

This div border color is #67bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bdeb


Comments

No comments written yet.

Please login to write comment.