Color Hex Logo

#98beca Color Hex

#98BECA
(152,190,202)
0 Favorites   0 Comments

Color spaces of #98beca

RGB 152190202
HSL0.540.320.69
HSV194°25°79°
CMYK 0.250.060.00   0.21
XYZ42.023047.766662.8821
Yxy47.76660.27530.3129
Hunter Lab69.1134-12.4151-5.5650
CIE-Lab74.6775-9.9437-10.2125

#98beca color RGB value is (152,190,202).

#98beca hex color red value is 152, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #98beca hue: 0.54 , saturation: 0.32 and the lightness value of 98beca is 0.69.

The process color (four color CMYK) of #98beca color hex is 0.25, 0.06, 0.00, 0.21. Web safe color of #98beca is #99cccc. Color #98beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111110 11001010
Octal 230 276 312
Decimal 152 190 202
Hex 98 BE CA

RGB Percentages of Color #98beca

%27.94
%34.93
%37.13

CMYK Percentages of Color #98beca

%25
%6
%0
%21

Triadic Colors of #98beca

#98beca #ca98be #beca98

Analogous Colors of #98beca

#98beca #98a5ca #98cabd

Monochromatic Colors of #98beca

#98beca

Complementary Color

#98beca #caa498

#98beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#98beca Color CSS Codes

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

#98beca Text Font Color

<p style="color:#98beca">Text here</p>

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


#98beca Background Color

<div style="background-color:#98beca">
Div content here</div>

This div background color is #98beca


#98beca Border Color

<div style="border:3px solid #98beca">
Div here</div>

This div border color is #98beca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,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 #98beca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98beca


Comments

No comments written yet.

Please login to write comment.