Color Hex Logo

#0fedca Color Hex

#0FEDCA
(15,237,202)
0 Favorites   0 Comments

Color spaces of #0fedca

RGB 15237202
HSL0.470.880.49
HSV171°94°93°
CMYK 0.940.000.15   0.07
XYZ41.141964.934266.2423
Yxy64.93420.23880.3768
Hunter Lab80.5818-49.88297.6678
CIE-Lab84.4498-54.74683.7211

#0fedca color RGB value is (15,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 11001010
Octal 17 355 312
Decimal 15 237 202
Hex F ED CA

RGB Percentages of Color #0fedca

%3.30
%52.20
%44.49

CMYK Percentages of Color #0fedca

%94
%0
%15
%7

Triadic Colors of #0fedca

#0fedca #ca0fed #edca0f

Analogous Colors of #0fedca

#0fedca #0fa1ed #0fed5b

Monochromatic Colors of #0fedca

#0fedca

Complementary Color

#0fedca #ed0f32

#0fedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fedca Color CSS Codes

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

#0fedca Text Font Color

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

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


#0fedca Background Color

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

This div background color is #0fedca


#0fedca Border Color

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

This div border color is #0fedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fedca


Comments

No comments written yet.

Please login to write comment.