Color Hex Logo

#98cefd Color Hex

#98CEFD
(152,206,253)
0 Favorites   0 Comments

Color spaces of #98cefd

RGB 152206253
HSL0.580.960.79
HSV208°40°99°
CMYK 0.400.190.00   0.01
XYZ52.749857.9099101.3260
Yxy57.90990.24880.2732
Hunter Lab76.0986-9.4403-25.6763
CIE-Lab80.6887-5.8666-28.5570

#98cefd color RGB value is (152,206,253).

#98cefd hex color red value is 152, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #98cefd hue: 0.58 , saturation: 0.96 and the lightness value of 98cefd is 0.79.

The process color (four color CMYK) of #98cefd color hex is 0.40, 0.19, 0.00, 0.01. Web safe color of #98cefd is #99ccff. Color #98cefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001110 11111101
Octal 230 316 375
Decimal 152 206 253
Hex 98 CE FD

RGB Percentages of Color #98cefd

%24.88
%33.72
%41.41

CMYK Percentages of Color #98cefd

%40
%19
%0
%1

Triadic Colors of #98cefd

#98cefd #fd98ce #cefd98

Analogous Colors of #98cefd

#98cefd #989cfd #98fdfa

Monochromatic Colors of #98cefd

#98cefd

Complementary Color

#98cefd #fdc798

#98cefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cefd Color CSS Codes

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

#98cefd Text Font Color

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

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


#98cefd Background Color

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

This div background color is #98cefd


#98cefd Border Color

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

This div border color is #98cefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,206,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cefd

Related Colors


Comments

No comments written yet.

Please login to write comment.