Color Hex Logo

#67bedd Color Hex

#67BEDD
(103,190,221)
0 Favorites   0 Comments

Color spaces of #67bedd

RGB 103190221
HSL0.540.630.64
HSV196°53°87°
CMYK 0.530.140.00   0.13
XYZ37.058144.930975.1260
Yxy44.93090.23590.2860
Hunter Lab67.0305-18.6189-19.5293
CIE-Lab72.8464-17.6849-23.5452

#67bedd color RGB value is (103,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10111110 11011101
Octal 147 276 335
Decimal 103 190 221
Hex 67 BE DD

RGB Percentages of Color #67bedd

%20.04
%36.96
%43.00

CMYK Percentages of Color #67bedd

%53
%14
%0
%13

Triadic Colors of #67bedd

#67bedd #dd67be #bedd67

Analogous Colors of #67bedd

#67bedd #6783dd #67ddc1

Monochromatic Colors of #67bedd

#67bedd

Complementary Color

#67bedd #dd8667

#67bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67bedd Color CSS Codes

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

#67bedd Text Font Color

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

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


#67bedd Background Color

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

This div background color is #67bedd


#67bedd Border Color

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

This div border color is #67bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67bedd


Comments

No comments written yet.

Please login to write comment.