Color Hex Logo

#0bcf2d Color Hex

#0BCF2D
(11,207,45)
0 Favorites   0 Comments

Color spaces of #0bcf2d

RGB 1120745
HSL0.360.900.43
HSV130°95°81°
CMYK 0.950.000.78   0.19
XYZ22.924544.88639.9383
Yxy44.88630.29490.5773
Hunter Lab66.9972-56.167738.1031
CIE-Lab72.8170-71.595363.0833

#0bcf2d color RGB value is (11,207,45).

#0bcf2d hex color red value is 11, green value is 207 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #0bcf2d hue: 0.36 , saturation: 0.90 and the lightness value of 0bcf2d is 0.43.

The process color (four color CMYK) of #0bcf2d color hex is 0.95, 0.00, 0.78, 0.19. Web safe color of #0bcf2d is #00cc33. Color #0bcf2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001111 00101101
Octal 13 317 55
Decimal 11 207 45
Hex B CF 2D

RGB Percentages of Color #0bcf2d

%4.18
%78.71
%17.11

CMYK Percentages of Color #0bcf2d

%95
%0
%78
%19

Triadic Colors of #0bcf2d

#0bcf2d #2d0bcf #cf2d0b

Analogous Colors of #0bcf2d

#0bcf2d #0bcf8f #4bcf0b

Monochromatic Colors of #0bcf2d

#0bcf2d

Complementary Color

#0bcf2d #cf0bad

#0bcf2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcf2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcf2d Color CSS Codes

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

#0bcf2d Text Font Color

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

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


#0bcf2d Background Color

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

This div background color is #0bcf2d


#0bcf2d Border Color

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

This div border color is #0bcf2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,207,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0bcf2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0bcf2d;
  -webkit-box-shadow: 1px 1px 3px 2px #0bcf2d;
  box-shadow:         1px 1px 3px 2px #0bcf2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcf2d


Comments

No comments written yet.

Please login to write comment.