Color Hex Logo

#27b4ff Color Hex

#27B4FF
(39,180,255)
0 Favorites   0 Comments

Color spaces of #27b4ff

RGB 39180255
HSL0.561.000.58
HSV201°85°100°
CMYK 0.850.290.00   0.00
XYZ35.208040.2939100.5296
Yxy40.29390.20000.2289
Hunter Lab63.4775-12.0799-49.4636
CIE-Lab69.6783-10.2124-47.0274

#27b4ff color RGB value is (39,180,255).

#27b4ff hex color red value is 39, green value is 180 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #27b4ff hue: 0.56 , saturation: 1.00 and the lightness value of 27b4ff is 0.58.

The process color (four color CMYK) of #27b4ff color hex is 0.85, 0.29, 0.00, 0.00. Web safe color of #27b4ff is #33ccff. Color #27b4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 10110100 11111111
Octal 47 264 377
Decimal 39 180 255
Hex 27 B4 FF

RGB Percentages of Color #27b4ff

%8.23
%37.97
%53.80

CMYK Percentages of Color #27b4ff

%85
%29
%0
%0

Triadic Colors of #27b4ff

#27b4ff #ff27b4 #b4ff27

Analogous Colors of #27b4ff

#27b4ff #2748ff #27ffde

Monochromatic Colors of #27b4ff

#27b4ff

Complementary Color

#27b4ff #ff7227

#27b4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#27b4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#27b4ff Color CSS Codes

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

#27b4ff Text Font Color

<p style="color:#27b4ff">Text here</p>

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


#27b4ff Background Color

<div style="background-color:#27b4ff">
Div content here</div>

This div background color is #27b4ff


#27b4ff Border Color

<div style="border:3px solid #27b4ff">
Div here</div>

This div border color is #27b4ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,180,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #27b4ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #27b4ff;
  -webkit-box-shadow: 1px 1px 3px 2px #27b4ff;
  box-shadow:         1px 1px 3px 2px #27b4ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,180,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #27b4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.