Color Hex Logo

#6fcaee Color Hex

#6FCAEE
(111,202,238)
0 Favorites   0 Comments

Color spaces of #6fcaee

RGB 111202238
HSL0.550.790.68
HSV197°53°93°
CMYK 0.530.150.00   0.07
XYZ43.108751.793688.6140
Yxy51.79360.23490.2822
Hunter Lab71.9678-19.0221-22.6264
CIE-Lab77.1573-17.3799-26.1126

#6fcaee color RGB value is (111,202,238).

#6fcaee hex color red value is 111, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #6fcaee hue: 0.55 , saturation: 0.79 and the lightness value of 6fcaee is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 11001010 11101110
Octal 157 312 356
Decimal 111 202 238
Hex 6F CA EE

RGB Percentages of Color #6fcaee

%20.15
%36.66
%43.19

CMYK Percentages of Color #6fcaee

%53
%15
%0
%7

Triadic Colors of #6fcaee

#6fcaee #ee6fca #caee6f

Analogous Colors of #6fcaee

#6fcaee #6f8bee #6feed3

Monochromatic Colors of #6fcaee

#6fcaee

Complementary Color

#6fcaee #ee936f

#6fcaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fcaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fcaee Color CSS Codes

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

#6fcaee Text Font Color

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

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


#6fcaee Background Color

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

This div background color is #6fcaee


#6fcaee Border Color

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

This div border color is #6fcaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fcaee


Comments

No comments written yet.

Please login to write comment.