Color Hex Logo

#68cbdf Color Hex

#68CBDF
(104,203,223)
0 Favorites   0 Comments

Color spaces of #68cbdf

RGB 104203223
HSL0.530.650.64
HSV190°53°87°
CMYK 0.530.090.00   0.13
XYZ40.384150.982677.5242
Yxy50.98260.23910.3019
Hunter Lab71.4021-23.9964-14.3921
CIE-Lab76.6685-23.5431-18.8162

#68cbdf color RGB value is (104,203,223).

#68cbdf hex color red value is 104, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #68cbdf hue: 0.53 , saturation: 0.65 and the lightness value of 68cbdf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001011 11011111
Octal 150 313 337
Decimal 104 203 223
Hex 68 CB DF

RGB Percentages of Color #68cbdf

%19.62
%38.30
%42.08

CMYK Percentages of Color #68cbdf

%53
%9
%0
%13

Triadic Colors of #68cbdf

#68cbdf #df68cb #cbdf68

Analogous Colors of #68cbdf

#68cbdf #6890df #68dfb8

Monochromatic Colors of #68cbdf

#68cbdf

Complementary Color

#68cbdf #df7c68

#68cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cbdf Color CSS Codes

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

#68cbdf Text Font Color

<p style="color:#68cbdf">Text here</p>

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


#68cbdf Background Color

<div style="background-color:#68cbdf">
Div content here</div>

This div background color is #68cbdf


#68cbdf Border Color

<div style="border:3px solid #68cbdf">
Div here</div>

This div border color is #68cbdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,203,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68cbdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68cbdf;
  -webkit-box-shadow: 1px 1px 3px 2px #68cbdf;
  box-shadow:         1px 1px 3px 2px #68cbdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,203,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cbdf


Comments

No comments written yet.

Please login to write comment.