Color Hex Logo

#6bdfee Color Hex

#6BDFEE
(107,223,238)
0 Favorites   0 Comments

Color spaces of #6bdfee

RGB 107223238
HSL0.520.790.68
HSV187°55°93°
CMYK 0.550.060.00   0.07
XYZ47.883762.074290.3467
Yxy62.07420.23910.3099
Hunter Lab78.7872-29.3924-12.8379
CIE-Lab82.9529-28.6706-17.3294

#6bdfee color RGB value is (107,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11011111 11101110
Octal 153 337 356
Decimal 107 223 238
Hex 6B DF EE

RGB Percentages of Color #6bdfee

%18.84
%39.26
%41.90

CMYK Percentages of Color #6bdfee

%55
%6
%0
%7

Triadic Colors of #6bdfee

#6bdfee #ee6bdf #dfee6b

Analogous Colors of #6bdfee

#6bdfee #6b9eee #6beebc

Monochromatic Colors of #6bdfee

#6bdfee

Complementary Color

#6bdfee #ee7a6b

#6bdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bdfee Color CSS Codes

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

#6bdfee Text Font Color

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

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


#6bdfee Background Color

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

This div background color is #6bdfee


#6bdfee Border Color

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

This div border color is #6bdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bdfee


Comments

No comments written yet.

Please login to write comment.