Color Hex Logo

#1be3ee Color Hex

#1BE3EE
(27,227,238)
0 Favorites   0 Comments

Color spaces of #1be3ee

RGB 27227238
HSL0.510.860.52
HSV183°89°93°
CMYK 0.890.050.00   0.07
XYZ43.353761.344290.4446
Yxy61.34420.22220.3144
Hunter Lab78.3225-38.2597-13.6406
CIE-Lab82.5634-39.9560-18.0687

#1be3ee color RGB value is (27,227,238).

#1be3ee hex color red value is 27, green value is 227 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1be3ee hue: 0.51 , saturation: 0.86 and the lightness value of 1be3ee is 0.52.

The process color (four color CMYK) of #1be3ee color hex is 0.89, 0.05, 0.00, 0.07. Web safe color of #1be3ee is #33ccff. Color #1be3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11100011 11101110
Octal 33 343 356
Decimal 27 227 238
Hex 1B E3 EE

RGB Percentages of Color #1be3ee

%5.49
%46.14
%48.37

CMYK Percentages of Color #1be3ee

%89
%5
%0
%7

Triadic Colors of #1be3ee

#1be3ee #ee1be3 #e3ee1b

Analogous Colors of #1be3ee

#1be3ee #1b7aee #1bee90

Monochromatic Colors of #1be3ee

#1be3ee

Complementary Color

#1be3ee #ee261b

#1be3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1be3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1be3ee Color CSS Codes

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

#1be3ee Text Font Color

<p style="color:#1be3ee">Text here</p>

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


#1be3ee Background Color

<div style="background-color:#1be3ee">
Div content here</div>

This div background color is #1be3ee


#1be3ee Border Color

<div style="border:3px solid #1be3ee">
Div here</div>

This div border color is #1be3ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,227,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1be3ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1be3ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1be3ee;
  box-shadow:         1px 1px 3px 2px #1be3ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,227,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 #1be3ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1be3ee


Comments

No comments written yet.

Please login to write comment.