Color Hex Logo

#94cefa Color Hex

#94CEFA
(148,206,250)
0 Favorites   0 Comments

Color spaces of #94cefa

RGB 148206250
HSL0.570.910.78
HSV206°41°98°
CMYK 0.410.180.00   0.02
XYZ51.539457.340698.7939
Yxy57.34060.24820.2761
Hunter Lab75.7236-11.0246-24.3471
CIE-Lab80.3708-7.6635-27.4649

#94cefa color RGB value is (148,206,250).

#94cefa hex color red value is 148, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #94cefa hue: 0.57 , saturation: 0.91 and the lightness value of 94cefa is 0.78.

The process color (four color CMYK) of #94cefa color hex is 0.41, 0.18, 0.00, 0.02. Web safe color of #94cefa is #99ccff. Color #94cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11001110 11111010
Octal 224 316 372
Decimal 148 206 250
Hex 94 CE FA

RGB Percentages of Color #94cefa

%24.50
%34.11
%41.39

CMYK Percentages of Color #94cefa

%41
%18
%0
%2

Triadic Colors of #94cefa

#94cefa #fa94ce #cefa94

Analogous Colors of #94cefa

#94cefa #949bfa #94faf3

Monochromatic Colors of #94cefa

#94cefa

Complementary Color

#94cefa #fac094

#94cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#94cefa Color CSS Codes

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

#94cefa Text Font Color

<p style="color:#94cefa">Text here</p>

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


#94cefa Background Color

<div style="background-color:#94cefa">
Div content here</div>

This div background color is #94cefa


#94cefa Border Color

<div style="border:3px solid #94cefa">
Div here</div>

This div border color is #94cefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,206,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94cefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94cefa;
  -webkit-box-shadow: 1px 1px 3px 2px #94cefa;
  box-shadow:         1px 1px 3px 2px #94cefa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94cefa

Related Colors


Comments

No comments written yet.

Please login to write comment.