Color Hex Logo

#6bbfca Color Hex

#6BBFCA
(107,191,202)
0 Favorites   0 Comments

Color spaces of #6bbfca

RGB 107191202
HSL0.520.470.61
HSV187°47°79°
CMYK 0.470.050.00   0.21
XYZ35.354944.651762.6324
Yxy44.65170.24790.3130
Hunter Lab66.8219-22.4956-8.7974
CIE-Lab72.6620-22.5741-13.4667

#6bbfca color RGB value is (107,191,202).

#6bbfca hex color red value is 107, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6bbfca hue: 0.52 , saturation: 0.47 and the lightness value of 6bbfca is 0.61.

The process color (four color CMYK) of #6bbfca color hex is 0.47, 0.05, 0.00, 0.21. Web safe color of #6bbfca is #66cccc. Color #6bbfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11001010
Octal 153 277 312
Decimal 107 191 202
Hex 6B BF CA

RGB Percentages of Color #6bbfca

%21.40
%38.20
%40.40

CMYK Percentages of Color #6bbfca

%47
%5
%0
%21

Triadic Colors of #6bbfca

#6bbfca #ca6bbf #bfca6b

Analogous Colors of #6bbfca

#6bbfca #6b90ca #6bcaa6

Monochromatic Colors of #6bbfca

#6bbfca

Complementary Color

#6bbfca #ca766b

#6bbfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfca Color CSS Codes

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

#6bbfca Text Font Color

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

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


#6bbfca Background Color

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

This div background color is #6bbfca


#6bbfca Border Color

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

This div border color is #6bbfca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,191,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bbfca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bbfca;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbfca;
  box-shadow:         1px 1px 3px 2px #6bbfca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,191,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bbfca


Comments

No comments written yet.

Please login to write comment.