Color Hex Logo

#1beeca Color Hex

#1BEECA
(27,238,202)
0 Favorites   0 Comments

Color spaces of #1beeca

RGB 27238202
HSL0.470.860.52
HSV170°89°93°
CMYK 0.890.000.15   0.07
XYZ41.687265.646466.3510
Yxy65.64640.24000.3780
Hunter Lab81.0225-49.94868.1619
CIE-Lab84.8157-54.66034.2593

#1beeca color RGB value is (27,238,202).

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

The process color (four color CMYK) of #1beeca color hex is 0.89, 0.00, 0.15, 0.07. Web safe color of #1beeca is #33ffcc. Color #1beeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11101110 11001010
Octal 33 356 312
Decimal 27 238 202
Hex 1B EE CA

RGB Percentages of Color #1beeca

%5.78
%50.96
%43.25

CMYK Percentages of Color #1beeca

%89
%0
%15
%7

Triadic Colors of #1beeca

#1beeca #ca1bee #eeca1b

Analogous Colors of #1beeca

#1beeca #1ba9ee #1bee60

Monochromatic Colors of #1beeca

#1beeca

Complementary Color

#1beeca #ee1b3f

#1beeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1beeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1beeca Color CSS Codes

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

#1beeca Text Font Color

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

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


#1beeca Background Color

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

This div background color is #1beeca


#1beeca Border Color

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

This div border color is #1beeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1beeca


Comments

No comments written yet.

Please login to write comment.