Color Hex Logo

#67bbde Color Hex

#67BBDE
(103,187,222)
0 Favorites   0 Comments

Color spaces of #67bbde

RGB 103187222
HSL0.550.640.64
HSV198°54°87°
CMYK 0.540.160.00   0.13
XYZ36.548743.698175.6155
Yxy43.69810.23450.2804
Hunter Lab66.1045-16.9916-21.5473
CIE-Lab72.0262-15.8313-25.3422

#67bbde color RGB value is (103,187,222).

#67bbde hex color red value is 103, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #67bbde hue: 0.55 , saturation: 0.64 and the lightness value of 67bbde is 0.64.

The process color (four color CMYK) of #67bbde color hex is 0.54, 0.16, 0.00, 0.13. Web safe color of #67bbde is #66cccc. Color #67bbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111011 11011110
Octal 147 273 336
Decimal 103 187 222
Hex 67 BB DE

RGB Percentages of Color #67bbde

%20.12
%36.52
%43.36

CMYK Percentages of Color #67bbde

%54
%16
%0
%13

Triadic Colors of #67bbde

#67bbde #de67bb #bbde67

Analogous Colors of #67bbde

#67bbde #6780de #67dec6

Monochromatic Colors of #67bbde

#67bbde

Complementary Color

#67bbde #de8a67

#67bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bbde Color CSS Codes

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

#67bbde Text Font Color

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

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


#67bbde Background Color

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

This div background color is #67bbde


#67bbde Border Color

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

This div border color is #67bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bbde


Comments

No comments written yet.

Please login to write comment.