Color Hex Logo

#0ffce1 Color Hex

#0FFCE1
(15,252,225)
0 Favorites   0 Comments

Color spaces of #0ffce1

RGB 15252225
HSL0.480.980.52
HSV173°94°99°
CMYK 0.940.000.11   0.01
XYZ48.598075.158683.1798
Yxy75.15860.23480.3632
Hunter Lab86.6941-51.65303.7992
CIE-Lab89.4672-54.7812-0.9907

#0ffce1 color RGB value is (15,252,225).

#0ffce1 hex color red value is 15, green value is 252 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #0ffce1 hue: 0.48 , saturation: 0.98 and the lightness value of 0ffce1 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111100 11100001
Octal 17 374 341
Decimal 15 252 225
Hex F FC E1

RGB Percentages of Color #0ffce1

%3.05
%51.22
%45.73

CMYK Percentages of Color #0ffce1

%94
%0
%11
%1

Triadic Colors of #0ffce1

#0ffce1 #e10ffc #fce10f

Analogous Colors of #0ffce1

#0ffce1 #0fa1fc #0ffc6b

Monochromatic Colors of #0ffce1

#0ffce1

Complementary Color

#0ffce1 #fc0f2a

#0ffce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffce1 Color CSS Codes

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

#0ffce1 Text Font Color

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

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


#0ffce1 Background Color

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

This div background color is #0ffce1


#0ffce1 Border Color

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

This div border color is #0ffce1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,252,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffce1

Related Colors


Comments

No comments written yet.

Please login to write comment.