Color Hex Logo

#9fcfe4 Color Hex

#9FCFE4
(159,207,228)
0 Favorites   0 Comments

Color spaces of #9fcfe4

RGB 159207228
HSL0.550.560.76
HSV198°30°89°
CMYK 0.300.090.00   0.11
XYZ50.614557.598081.8486
Yxy57.59800.26630.3030
Hunter Lab75.8933-13.7688-10.8171
CIE-Lab80.5148-10.7378-15.4454

#9fcfe4 color RGB value is (159,207,228).

#9fcfe4 hex color red value is 159, green value is 207 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #9fcfe4 hue: 0.55 , saturation: 0.56 and the lightness value of 9fcfe4 is 0.76.

The process color (four color CMYK) of #9fcfe4 color hex is 0.30, 0.09, 0.00, 0.11. Web safe color of #9fcfe4 is #99cccc. Color #9fcfe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001111 11100100
Octal 237 317 344
Decimal 159 207 228
Hex 9F CF E4

RGB Percentages of Color #9fcfe4

%26.77
%34.85
%38.38

CMYK Percentages of Color #9fcfe4

%30
%9
%0
%11

Triadic Colors of #9fcfe4

#9fcfe4 #e49fcf #cfe49f

Analogous Colors of #9fcfe4

#9fcfe4 #9fade4 #9fe4d7

Monochromatic Colors of #9fcfe4

#9fcfe4

Complementary Color

#9fcfe4 #e4b49f

#9fcfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcfe4 Color CSS Codes

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

#9fcfe4 Text Font Color

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

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


#9fcfe4 Background Color

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

This div background color is #9fcfe4


#9fcfe4 Border Color

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

This div border color is #9fcfe4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,207,228, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fcfe4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fcfe4;
  -webkit-box-shadow: 1px 1px 3px 2px #9fcfe4;
  box-shadow:         1px 1px 3px 2px #9fcfe4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,207,228, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcfe4


Comments

No comments written yet.

Please login to write comment.