Color Hex Logo

#6fbeca Color Hex

#6FBECA
(111,190,202)
0 Favorites   0 Comments

Color spaces of #6fbeca

RGB 111190202
HSL0.520.460.61
HSV188°45°79°
CMYK 0.450.060.00   0.21
XYZ35.629744.470762.5829
Yxy44.47070.24970.3117
Hunter Lab66.6864-21.3308-8.9612
CIE-Lab72.5420-21.1277-13.6298

#6fbeca color RGB value is (111,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111110 11001010
Octal 157 276 312
Decimal 111 190 202
Hex 6F BE CA

RGB Percentages of Color #6fbeca

%22.07
%37.77
%40.16

CMYK Percentages of Color #6fbeca

%45
%6
%0
%21

Triadic Colors of #6fbeca

#6fbeca #ca6fbe #beca6f

Analogous Colors of #6fbeca

#6fbeca #6f91ca #6fcaa9

Monochromatic Colors of #6fbeca

#6fbeca

Complementary Color

#6fbeca #ca7b6f

#6fbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbeca Color CSS Codes

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

#6fbeca Text Font Color

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

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


#6fbeca Background Color

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

This div background color is #6fbeca


#6fbeca Border Color

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

This div border color is #6fbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbeca


Comments

No comments written yet.

Please login to write comment.