Color Hex Logo

#6fcefc Color Hex

#6FCEFC
(111,206,252)
0 Favorites   0 Comments

Color spaces of #6fcefc

RGB 111206252
HSL0.550.960.71
HSV200°56°99°
CMYK 0.560.180.00   0.01
XYZ46.197554.5504100.1899
Yxy54.55040.22990.2715
Hunter Lab73.8582-17.6022-28.7271
CIE-Lab78.7816-15.4169-31.1126

#6fcefc color RGB value is (111,206,252).

#6fcefc hex color red value is 111, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6fcefc hue: 0.55 , saturation: 0.96 and the lightness value of 6fcefc is 0.71.

The process color (four color CMYK) of #6fcefc color hex is 0.56, 0.18, 0.00, 0.01. Web safe color of #6fcefc is #66ccff. Color #6fcefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001110 11111100
Octal 157 316 374
Decimal 111 206 252
Hex 6F CE FC

RGB Percentages of Color #6fcefc

%19.51
%36.20
%44.29

CMYK Percentages of Color #6fcefc

%56
%18
%0
%1

Triadic Colors of #6fcefc

#6fcefc #fc6fce #cefc6f

Analogous Colors of #6fcefc

#6fcefc #6f88fc #6ffce4

Monochromatic Colors of #6fcefc

#6fcefc

Complementary Color

#6fcefc #fc9d6f

#6fcefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcefc Color CSS Codes

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

#6fcefc Text Font Color

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

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


#6fcefc Background Color

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

This div background color is #6fcefc


#6fcefc Border Color

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

This div border color is #6fcefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcefc

Related Colors


Comments

No comments written yet.

Please login to write comment.