Color Hex Logo

#6fcbfd Color Hex

#6FCBFD
(111,203,253)
0 Favorites   0 Comments

Color spaces of #6fcbfd

RGB 111203253
HSL0.560.970.71
HSV201°56°99°
CMYK 0.560.200.00   0.01
XYZ45.641153.1832100.7884
Yxy53.18320.22860.2664
Hunter Lab72.9268-15.9081-30.8929
CIE-Lab77.9830-13.5595-32.8760

#6fcbfd color RGB value is (111,203,253).

#6fcbfd hex color red value is 111, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6fcbfd hue: 0.56 , saturation: 0.97 and the lightness value of 6fcbfd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 11111101
Octal 157 313 375
Decimal 111 203 253
Hex 6F CB FD

RGB Percentages of Color #6fcbfd

%19.58
%35.80
%44.62

CMYK Percentages of Color #6fcbfd

%56
%20
%0
%1

Triadic Colors of #6fcbfd

#6fcbfd #fd6fcb #cbfd6f

Analogous Colors of #6fcbfd

#6fcbfd #6f84fd #6ffde8

Monochromatic Colors of #6fcbfd

#6fcbfd

Complementary Color

#6fcbfd #fda16f

#6fcbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbfd Color CSS Codes

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

#6fcbfd Text Font Color

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

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


#6fcbfd Background Color

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

This div background color is #6fcbfd


#6fcbfd Border Color

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

This div border color is #6fcbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbfd


Comments

No comments written yet.

Please login to write comment.