Color Hex Logo

#6acbdf Color Hex

#6ACBDF
(106,203,223)
0 Favorites   0 Comments

Color spaces of #6acbdf

RGB 106203223
HSL0.530.650.65
HSV190°52°87°
CMYK 0.520.090.00   0.13
XYZ40.619151.103877.5352
Yxy51.10380.24000.3019
Hunter Lab71.4869-23.6778-14.2655
CIE-Lab76.7418-23.1317-18.6981

#6acbdf color RGB value is (106,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001011 11011111
Octal 152 313 337
Decimal 106 203 223
Hex 6A CB DF

RGB Percentages of Color #6acbdf

%19.92
%38.16
%41.92

CMYK Percentages of Color #6acbdf

%52
%9
%0
%13

Triadic Colors of #6acbdf

#6acbdf #df6acb #cbdf6a

Analogous Colors of #6acbdf

#6acbdf #6a91df #6adfb9

Monochromatic Colors of #6acbdf

#6acbdf

Complementary Color

#6acbdf #df7e6a

#6acbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acbdf Color CSS Codes

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

#6acbdf Text Font Color

<p style="color:#6acbdf">Text here</p>

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


#6acbdf Background Color

<div style="background-color:#6acbdf">
Div content here</div>

This div background color is #6acbdf


#6acbdf Border Color

<div style="border:3px solid #6acbdf">
Div here</div>

This div border color is #6acbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,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 #6acbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acbdf


Comments

No comments written yet.

Please login to write comment.