Color Hex Logo

#6fcbe7 Color Hex

#6FCBE7
(111,203,231)
0 Favorites   0 Comments

Color spaces of #6fcbe7

RGB 111203231
HSL0.540.710.67
HSV194°52°91°
CMYK 0.520.120.00   0.09
XYZ42.335351.860983.3802
Yxy51.86090.23840.2920
Hunter Lab72.0145-21.0903-18.2373
CIE-Lab77.1976-19.8650-22.2920

#6fcbe7 color RGB value is (111,203,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001011 11100111
Octal 157 313 347
Decimal 111 203 231
Hex 6F CB E7

RGB Percentages of Color #6fcbe7

%20.37
%37.25
%42.39

CMYK Percentages of Color #6fcbe7

%52
%12
%0
%9

Triadic Colors of #6fcbe7

#6fcbe7 #e76fcb #cbe76f

Analogous Colors of #6fcbe7

#6fcbe7 #6f8fe7 #6fe7c7

Monochromatic Colors of #6fcbe7

#6fcbe7

Complementary Color

#6fcbe7 #e78b6f

#6fcbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcbe7 Color CSS Codes

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

#6fcbe7 Text Font Color

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

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


#6fcbe7 Background Color

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

This div background color is #6fcbe7


#6fcbe7 Border Color

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

This div border color is #6fcbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcbe7


Comments

No comments written yet.

Please login to write comment.