Color Hex Logo

#0feeca Color Hex

#0FEECA
(15,238,202)
0 Favorites   0 Comments

Color spaces of #0feeca

RGB 15238202
HSL0.470.880.50
HSV170°94°93°
CMYK 0.940.000.15   0.07
XYZ41.432265.514966.3391
Yxy65.51490.23910.3781
Hunter Lab80.9413-50.27678.0651
CIE-Lab84.7484-55.14624.1533

#0feeca color RGB value is (15,238,202).

#0feeca hex color red value is 15, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0feeca hue: 0.47 , saturation: 0.88 and the lightness value of 0feeca is 0.50.

The process color (four color CMYK) of #0feeca color hex is 0.94, 0.00, 0.15, 0.07. Web safe color of #0feeca is #00ffcc. Color #0feeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 11001010
Octal 17 356 312
Decimal 15 238 202
Hex F EE CA

RGB Percentages of Color #0feeca

%3.30
%52.31
%44.40

CMYK Percentages of Color #0feeca

%94
%0
%15
%7

Triadic Colors of #0feeca

#0feeca #ca0fee #eeca0f

Analogous Colors of #0feeca

#0feeca #0fa3ee #0fee5a

Monochromatic Colors of #0feeca

#0feeca

Complementary Color

#0feeca #ee0f33

#0feeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feeca Color CSS Codes

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

#0feeca Text Font Color

<p style="color:#0feeca">Text here</p>

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


#0feeca Background Color

<div style="background-color:#0feeca">
Div content here</div>

This div background color is #0feeca


#0feeca Border Color

<div style="border:3px solid #0feeca">
Div here</div>

This div border color is #0feeca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,238,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0feeca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0feeca;
  -webkit-box-shadow: 1px 1px 3px 2px #0feeca;
  box-shadow:         1px 1px 3px 2px #0feeca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,238,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 #0feeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feeca


Comments

No comments written yet.

Please login to write comment.