Color Hex Logo

#6abeca Color Hex

#6ABECA
(106,190,202)
0 Favorites   0 Comments

Color spaces of #6abeca

RGB 106190202
HSL0.520.480.60
HSV188°48°79°
CMYK 0.480.060.00   0.21
XYZ35.018044.155462.5543
Yxy44.15540.24710.3116
Hunter Lab66.4495-22.2196-9.2998
CIE-Lab72.3322-22.2987-13.9661

#6abeca color RGB value is (106,190,202).

#6abeca hex color red value is 106, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6abeca hue: 0.52 , saturation: 0.48 and the lightness value of 6abeca is 0.60.

The process color (four color CMYK) of #6abeca color hex is 0.48, 0.06, 0.00, 0.21. Web safe color of #6abeca is #66cccc. Color #6abeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 11001010
Octal 152 276 312
Decimal 106 190 202
Hex 6A BE CA

RGB Percentages of Color #6abeca

%21.29
%38.15
%40.56

CMYK Percentages of Color #6abeca

%48
%6
%0
%21

Triadic Colors of #6abeca

#6abeca #ca6abe #beca6a

Analogous Colors of #6abeca

#6abeca #6a8eca #6acaa6

Monochromatic Colors of #6abeca

#6abeca

Complementary Color

#6abeca #ca766a

#6abeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abeca Color CSS Codes

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

#6abeca Text Font Color

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

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


#6abeca Background Color

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

This div background color is #6abeca


#6abeca Border Color

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

This div border color is #6abeca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,190,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6abeca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6abeca;
  -webkit-box-shadow: 1px 1px 3px 2px #6abeca;
  box-shadow:         1px 1px 3px 2px #6abeca; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abeca


Comments

No comments written yet.

Please login to write comment.