Color Hex Logo

#6fcceb Color Hex

#6FCCEB
(111,204,235)
0 Favorites   0 Comments

Color spaces of #6fcceb

RGB 111204235
HSL0.540.760.68
HSV195°53°92°
CMYK 0.530.130.00   0.08
XYZ43.143852.563486.4691
Yxy52.56340.23680.2885
Hunter Lab72.5006-20.6540-19.9628
CIE-Lab77.6165-19.2552-23.8019

#6fcceb color RGB value is (111,204,235).

#6fcceb hex color red value is 111, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6fcceb hue: 0.54 , saturation: 0.76 and the lightness value of 6fcceb is 0.68.

The process color (four color CMYK) of #6fcceb color hex is 0.53, 0.13, 0.00, 0.08. Web safe color of #6fcceb is #66ccff. Color #6fcceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001100 11101011
Octal 157 314 353
Decimal 111 204 235
Hex 6F CC EB

RGB Percentages of Color #6fcceb

%20.18
%37.09
%42.73

CMYK Percentages of Color #6fcceb

%53
%13
%0
%8

Triadic Colors of #6fcceb

#6fcceb #eb6fcc #cceb6f

Analogous Colors of #6fcceb

#6fcceb #6f8eeb #6febcc

Monochromatic Colors of #6fcceb

#6fcceb

Complementary Color

#6fcceb #eb8e6f

#6fcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcceb Color CSS Codes

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

#6fcceb Text Font Color

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

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


#6fcceb Background Color

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

This div background color is #6fcceb


#6fcceb Border Color

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

This div border color is #6fcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcceb


Comments

No comments written yet.

Please login to write comment.