Color Hex Logo

#6bcfe8 Color Hex

#6BCFE8
(107,207,232)
0 Favorites   0 Comments

Color spaces of #6bcfe8

RGB 107207232
HSL0.530.730.66
HSV192°54°91°
CMYK 0.540.110.00   0.09
XYZ42.941753.577684.4222
Yxy53.57760.23730.2961
Hunter Lab73.1967-23.3752-17.1450
CIE-Lab78.2148-22.4349-21.2972

#6bcfe8 color RGB value is (107,207,232).

#6bcfe8 hex color red value is 107, green value is 207 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #6bcfe8 hue: 0.53 , saturation: 0.73 and the lightness value of 6bcfe8 is 0.66.

The process color (four color CMYK) of #6bcfe8 color hex is 0.54, 0.11, 0.00, 0.09. Web safe color of #6bcfe8 is #66ccff. Color #6bcfe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001111 11101000
Octal 153 317 350
Decimal 107 207 232
Hex 6B CF E8

RGB Percentages of Color #6bcfe8

%19.60
%37.91
%42.49

CMYK Percentages of Color #6bcfe8

%54
%11
%0
%9

Triadic Colors of #6bcfe8

#6bcfe8 #e86bcf #cfe86b

Analogous Colors of #6bcfe8

#6bcfe8 #6b91e8 #6be8c3

Monochromatic Colors of #6bcfe8

#6bcfe8

Complementary Color

#6bcfe8 #e8846b

#6bcfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcfe8 Color CSS Codes

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

#6bcfe8 Text Font Color

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

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


#6bcfe8 Background Color

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

This div background color is #6bcfe8


#6bcfe8 Border Color

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

This div border color is #6bcfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcfe8


Comments

No comments written yet.

Please login to write comment.