Color Hex Logo

#9cebfd Color Hex

#9CEBFD
(156,235,253)
0 Favorites   0 Comments

Color spaces of #9cebfd

RGB 156235253
HSL0.530.960.80
HSV191°38°99°
CMYK 0.380.070.00   0.01
XYZ61.148373.5764103.9073
Yxy73.57640.25620.3083
Hunter Lab85.7767-22.8605-11.7784
CIE-Lab88.7219-19.7505-16.3509

#9cebfd color RGB value is (156,235,253).

#9cebfd hex color red value is 156, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9cebfd hue: 0.53 , saturation: 0.96 and the lightness value of 9cebfd is 0.80.

The process color (four color CMYK) of #9cebfd color hex is 0.38, 0.07, 0.00, 0.01. Web safe color of #9cebfd is #99ffff. Color #9cebfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101011 11111101
Octal 234 353 375
Decimal 156 235 253
Hex 9C EB FD

RGB Percentages of Color #9cebfd

%24.22
%36.49
%39.29

CMYK Percentages of Color #9cebfd

%38
%7
%0
%1

Triadic Colors of #9cebfd

#9cebfd #fd9ceb #ebfd9c

Analogous Colors of #9cebfd

#9cebfd #9cbbfd #9cfddf

Monochromatic Colors of #9cebfd

#9cebfd

Complementary Color

#9cebfd #fdae9c

#9cebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cebfd Color CSS Codes

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

#9cebfd Text Font Color

<p style="color:#9cebfd">Text here</p>

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


#9cebfd Background Color

<div style="background-color:#9cebfd">
Div content here</div>

This div background color is #9cebfd


#9cebfd Border Color

<div style="border:3px solid #9cebfd">
Div here</div>

This div border color is #9cebfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,235,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cebfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cebfd;
  -webkit-box-shadow: 1px 1px 3px 2px #9cebfd;
  box-shadow:         1px 1px 3px 2px #9cebfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,235,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 #9cebfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cebfd


Comments

No comments written yet.

Please login to write comment.