Color Hex Logo

#55cfee Color Hex

#55CFEE
(85,207,238)
0 Favorites   0 Comments

Color spaces of #55cfee

RGB 85207238
HSL0.530.820.63
HSV192°64°93°
CMYK 0.640.130.00   0.07
XYZ41.491852.730088.8800
Yxy52.73000.22660.2880
Hunter Lab72.6154-25.0837-21.7391
CIE-Lab77.7153-24.6496-25.3371

#55cfee color RGB value is (85,207,238).

#55cfee hex color red value is 85, green value is 207 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #55cfee hue: 0.53 , saturation: 0.82 and the lightness value of 55cfee is 0.63.

The process color (four color CMYK) of #55cfee color hex is 0.64, 0.13, 0.00, 0.07. Web safe color of #55cfee is #66ccff. Color #55cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001111 11101110
Octal 125 317 356
Decimal 85 207 238
Hex 55 CF EE

RGB Percentages of Color #55cfee

%16.04
%39.06
%44.91

CMYK Percentages of Color #55cfee

%64
%13
%0
%7

Triadic Colors of #55cfee

#55cfee #ee55cf #cfee55

Analogous Colors of #55cfee

#55cfee #5583ee #55eec1

Monochromatic Colors of #55cfee

#55cfee

Complementary Color

#55cfee #ee7455

#55cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cfee Color CSS Codes

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

#55cfee Text Font Color

<p style="color:#55cfee">Text here</p>

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


#55cfee Background Color

<div style="background-color:#55cfee">
Div content here</div>

This div background color is #55cfee


#55cfee Border Color

<div style="border:3px solid #55cfee">
Div here</div>

This div border color is #55cfee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,207,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55cfee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55cfee;
  -webkit-box-shadow: 1px 1px 3px 2px #55cfee;
  box-shadow:         1px 1px 3px 2px #55cfee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,207,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 #55cfee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cfee


Comments

No comments written yet.

Please login to write comment.